Html Css Color HEX #EC422C Cinnabar

📋 copy color: '#EC422C'

red 236 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #EC422C

Tints of Cinnabar #EC422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 68.21%
G = 19.08%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC422C (or 0xEC422C) is known color: Cinnabar. HEX triplet: EC, 42 and 2C. RGB value is (236,66,44). Sum of RGB (Red+Green+Blue) = 236+66+44=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC422C is #13BDD3. Grayscale: #727272. Windows color (decimal): -1293780 or 2900716. OLE color: 2900716.

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

Color convert

RGB 236 66 44 -
CMYK 0 0.72 0.81 0.07
HSL 6.88º 0.83% 0.55% -
HSV(B) 6.88º 0.81% 0.93% -
XYZ 36.99 21.91 4.66 -
YUV 114.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 236 66 44 0 0.72 0.81 0.07 6.88 0.83 0.55
Hex EC 42 2C 0 48 51 7 7 53 37
Octal 354 102 54 0 110 121 7 7 123 67
Binary 11101100 1000010 101100 0 1001000 1010001 111 111 1010011 110111

Color Harmonies of #EC422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC422C

Black with #EC422C

Text Example


Text Example

White with #EC422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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