Html Css Color HEX #EC4419 Cinnabar

📋 copy color: '#EC4419'

red 236 ◦ green 68 ◦ blue 25

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

Shades of Cinnabar #EC4419

Tints of Cinnabar #EC4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 71.73%
G = 20.67%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC4419 (or 0xEC4419) is known color: Cinnabar. HEX triplet: EC, 44 and 19. RGB value is (236,68,25). Sum of RGB (Red+Green+Blue) = 236+68+25=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4419 is #13BBE6. Grayscale: #717171. Windows color (decimal): -1293287 or 1656044. OLE color: 1656044.

HSL color Cylindrical-coordinate representation of color #EC4419: hue angle of 12.23º 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 #EC4419 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 25 -
CMYK 0 0.71 0.89 0.07
HSL 12.23º 0.85% 0.51% -
HSV(B) 12.23º 0.89% 0.93% -
XYZ 36.83 22.04 3.23 -
YUV 113.33 78.16 215.5 -
System Red Green Blue C M Y K H S L
Decimal 236 68 25 0 0.71 0.89 0.07 12.23 0.85 0.51
Hex EC 44 19 0 47 59 7 C 55 33
Octal 354 104 31 0 107 131 7 14 125 63
Binary 11101100 1000100 11001 0 1000111 1011001 111 1100 1010101 110011

Color Harmonies of #EC4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4419

Black with #EC4419

Text Example


Text Example

White with #EC4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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