Html Css Color HEX #EC4223 Cinnabar

📋 copy color: '#EC4223'

red 236 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #EC4223

Tints of Cinnabar #EC4223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 70.03%
G = 19.58%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC4223 (or 0xEC4223) is known color: Cinnabar. HEX triplet: EC, 42 and 23. RGB value is (236,66,35). Sum of RGB (Red+Green+Blue) = 236+66+35=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4223 is #13BDDC. Grayscale: #717171. Windows color (decimal): -1293789 or 2310892. OLE color: 2310892.

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

Color convert

RGB 236 66 35 -
CMYK 0 0.72 0.85 0.07
HSL 9.25º 0.84% 0.53% -
HSV(B) 9.25º 0.85% 0.93% -
XYZ 36.84 21.85 3.87 -
YUV 113.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 236 66 35 0 0.72 0.85 0.07 9.25 0.84 0.53
Hex EC 42 23 0 48 55 7 9 54 35
Octal 354 102 43 0 110 125 7 11 124 65
Binary 11101100 1000010 100011 0 1001000 1010101 111 1001 1010100 110101

Color Harmonies of #EC4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4223

Black with #EC4223

Text Example


Text Example

White with #EC4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4223; }

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

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

background-color css

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

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

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

border-color css

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

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

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