Html Css Color HEX #EC4422 Cinnabar

📋 copy color: '#EC4422'

red 236 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #EC4422

Tints of Cinnabar #EC4422

RGB

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

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

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

R = 69.82%
G = 20.12%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4422 (or 0xEC4422) is known color: Cinnabar. HEX triplet: EC, 44 and 22. RGB value is (236,68,34). Sum of RGB (Red+Green+Blue) = 236+68+34=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4422 is #13BBDD. Grayscale: #727272. Windows color (decimal): -1293278 or 2245868. OLE color: 2245868.

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

Color convert

RGB 236 68 34 -
CMYK 0 0.71 0.86 0.07
HSL 10.1º 0.84% 0.53% -
HSV(B) 10.1º 0.86% 0.93% -
XYZ 36.95 22.08 3.83 -
YUV 114.36 82.66 214.76 -
System Red Green Blue C M Y K H S L
Decimal 236 68 34 0 0.71 0.86 0.07 10.1 0.84 0.53
Hex EC 44 22 0 47 56 7 A 54 35
Octal 354 104 42 0 107 126 7 12 124 65
Binary 11101100 1000100 100010 0 1000111 1010110 111 1010 1010100 110101

Color Harmonies of #EC4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4422

Black with #EC4422

Text Example


Text Example

White with #EC4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4422; }

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

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

background-color css

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

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

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

border-color css

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

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

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