Html Css Color HEX #EC4532 Cinnabar

📋 copy color: '#EC4532'

red 236 ◦ green 69 ◦ blue 50

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

Shades of Cinnabar #EC4532

Tints of Cinnabar #EC4532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 66.48%
G = 19.44%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4532 (or 0xEC4532) is known color: Cinnabar. HEX triplet: EC, 45 and 32. RGB value is (236,69,50). Sum of RGB (Red+Green+Blue) = 236+69+50=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4532 is #13BACD. Grayscale: #757575. Windows color (decimal): -1293006 or 3294700. OLE color: 3294700.

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

Color convert

RGB 236 69 50 -
CMYK 0 0.71 0.79 0.07
HSL 6.13º 0.83% 0.56% -
HSV(B) 6.13º 0.79% 0.93% -
XYZ 37.3 22.32 5.36 -
YUV 116.77 90.33 213.04 -
System Red Green Blue C M Y K H S L
Decimal 236 69 50 0 0.71 0.79 0.07 6.13 0.83 0.56
Hex EC 45 32 0 47 4F 7 6 53 38
Octal 354 105 62 0 107 117 7 6 123 70
Binary 11101100 1000101 110010 0 1000111 1001111 111 110 1010011 111000

Color Harmonies of #EC4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4532

Black with #EC4532

Text Example


Text Example

White with #EC4532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4532; }

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

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

background-color css

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

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

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

border-color css

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

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

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