Html Css Color HEX #EC4522 Cinnabar

📋 copy color: '#EC4522'

red 236 ◦ green 69 ◦ blue 34

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

Shades of Cinnabar #EC4522

Tints of Cinnabar #EC4522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 69.62%
G = 20.35%
B = 10.03%

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

#EC4522 (or 0xEC4522) is known color: Cinnabar. HEX triplet: EC, 45 and 22. RGB value is (236,69,34). Sum of RGB (Red+Green+Blue) = 236+69+34=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4522 is #13BADD. Grayscale: #737373. Windows color (decimal): -1293022 or 2246124. OLE color: 2246124.

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

Color convert

RGB 236 69 34 -
CMYK 0 0.71 0.86 0.07
HSL 10.4º 0.84% 0.53% -
HSV(B) 10.4º 0.86% 0.93% -
XYZ 37.01 22.2 3.85 -
YUV 114.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 236 69 34 0 0.71 0.86 0.07 10.4 0.84 0.53
Hex EC 45 22 0 47 56 7 A 54 35
Octal 354 105 42 0 107 126 7 12 124 65
Binary 11101100 1000101 100010 0 1000111 1010110 111 1010 1010100 110101

Color Harmonies of #EC4522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4522

Black with #EC4522

Text Example


Text Example

White with #EC4522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4522; }

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

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

background-color css

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

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

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

border-color css

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

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

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