Html Css Color HEX #EC3F19 Cinnabar

📋 copy color: '#EC3F19'

red 236 ◦ green 63 ◦ blue 25

#EC3F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EC3F19

Tints of Cinnabar #EC3F19

RGB

 RED value IS 236 (92.58% from 255) = 72.84%

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 72.84%
G = 19.44%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3F19 (or 0xEC3F19) is known color: Cinnabar. HEX triplet: EC, 3F and 19. RGB value is (236,63,25). Sum of RGB (Red+Green+Blue) = 236+63+25=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F19 is #13C0E6. Grayscale: #6E6E6E. Windows color (decimal): -1294567 or 1654764. OLE color: 1654764.

HSL color Cylindrical-coordinate representation of color #EC3F19: hue angle of 10.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3F19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 25 -
CMYK 0 0.73 0.89 0.07
HSL 10.81º 0.85% 0.51% -
HSV(B) 10.81º 0.89% 0.93% -
XYZ 36.55 21.46 3.14 -
YUV 110.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 236 63 25 0 0.73 0.89 0.07 10.81 0.85 0.51
Hex EC 3F 19 0 49 59 7 B 55 33
Octal 354 77 31 0 111 131 7 13 125 63
Binary 11101100 111111 11001 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #EC3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F19

Black with #EC3F19

Text Example


Text Example

White with #EC3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F19; }

 p { color: rgb(236,63,25); }

 H1.HeaderClassName
 {
   color: #EC3F19;
 }
 .AnyTagClassName
 {
   color: #EC3F19;
 }
</style>

background-color css

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

 a { background-color: rgb(236,63,25); }

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

border-color css

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

 span { border-color: rgb(236,63,25); }

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