#ed4638

Color #ED4638 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #ED4638

Tints of Cinnabar #ED4638

Color information

#ED4638 (or 0xED4638) is unknown color: approx Cinnabar. HEX triplet: ED, 46 and 38. RGB value is (237,70,56). Sum of RGB (Red+Green+Blue) = 237+70+56=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4638 is #12B9C7. Grayscale: #767676. Windows color (decimal): -1227208 or 3688173. OLE color: 3688173.

HSL color Cylindrical-coordinate representation of color #ED4638: hue angle of 4.64º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED4638 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB2377056-
CMYK00.700.760.07
HSL4.64º83.41%57.45%-
HSV(B)4.64º76.37%92.94%-
XYZ37.8322.676.12-
YUV118.3492.83212.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 65.29%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=65.29%
G=19.28%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237705600.700.760.074.6483.4157.45
HexED46380464C755339
Octal3551067001061147512371
Binary1110110110001101110000100011010011001111011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4638; }

 p { color: rgb(237,70,56); }

 H1.HeaderClassName
 {
   color: #ed4638;
 }
 .AnyTagClassName
 {
   color: #ed4638;
 }
</style>
background-color css

<style>
 a { background-color: #ed4638; }

 a { background-color: rgb(237,70,56); }

 div.DivClassName
 {
   background-color: #ed4638;
 }
 .BgClassName
 {
   background-color: #ed4638;
 }
</style>
border-color css

<style>
 span { border-color: #ed4638; }

 span { border-color: rgb(237,70,56); }

 td.TdClassName
 {
   border-color: #ed4638;
 }
 .TagClassName
 {
   border-color: #ed4638;
 }
</style>