Html Css Color HEX #EC4122 Cinnabar

📋 copy color: '#EC4122'

red 236 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #EC4122

Tints of Cinnabar #EC4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 70.45%
G = 19.4%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4122 (or 0xEC4122) is known color: Cinnabar. HEX triplet: EC, 41 and 22. RGB value is (236,65,34). Sum of RGB (Red+Green+Blue) = 236+65+34=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4122 is #13BEDD. Grayscale: #707070. Windows color (decimal): -1294046 or 2245100. OLE color: 2245100.

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

Color convert

RGB 236 65 34 -
CMYK 0 0.72 0.86 0.07
HSL 9.21º 0.84% 0.53% -
HSV(B) 9.21º 0.86% 0.93% -
XYZ 36.77 21.73 3.77 -
YUV 112.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 236 65 34 0 0.72 0.86 0.07 9.21 0.84 0.53
Hex EC 41 22 0 48 56 7 9 54 35
Octal 354 101 42 0 110 126 7 11 124 65
Binary 11101100 1000001 100010 0 1001000 1010110 111 1001 1010100 110101

Color Harmonies of #EC4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4122

Black with #EC4122

Text Example


Text Example

White with #EC4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4122; }

 p { color: rgb(236,65,34); }

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

background-color css

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

 a { background-color: rgb(236,65,34); }

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

border-color css

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

 span { border-color: rgb(236,65,34); }

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