Html Css Color HEX #EC4225 Cinnabar

📋 copy color: '#EC4225'

red 236 ◦ green 66 ◦ blue 37

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

Shades of Cinnabar #EC4225

Tints of Cinnabar #EC4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 69.62%
G = 19.47%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4225 (or 0xEC4225) is known color: Cinnabar. HEX triplet: EC, 42 and 25. RGB value is (236,66,37). Sum of RGB (Red+Green+Blue) = 236+66+37=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4225 is #13BDDA. Grayscale: #717171. Windows color (decimal): -1293787 or 2441964. OLE color: 2441964.

HSL color Cylindrical-coordinate representation of color #EC4225: hue angle of 8.74º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC4225 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 37 -
CMYK 0 0.72 0.84 0.07
HSL 8.74º 0.84% 0.54% -
HSV(B) 8.74º 0.84% 0.93% -
XYZ 36.87 21.86 4.03 -
YUV 113.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 236 66 37 0 0.72 0.84 0.07 8.74 0.84 0.54
Hex EC 42 25 0 48 54 7 9 54 36
Octal 354 102 45 0 110 124 7 11 124 66
Binary 11101100 1000010 100101 0 1001000 1010100 111 1001 1010100 110110

Color Harmonies of #EC4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4225

Black with #EC4225

Text Example


Text Example

White with #EC4225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4225; }

 p { color: rgb(236,66,37); }

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

background-color css

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

 a { background-color: rgb(236,66,37); }

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

border-color css

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

 span { border-color: rgb(236,66,37); }

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