Html Css Color HEX #EC3232 Cinnabar

📋 copy color: '#EC3232'

red 236 ◦ green 50 ◦ blue 50

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

Shades of Cinnabar #EC3232

Tints of Cinnabar #EC3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

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

R = 70.24%
G = 14.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3232 (or 0xEC3232) is known color: Cinnabar. HEX triplet: EC, 32 and 32. RGB value is (236,50,50). Sum of RGB (Red+Green+Blue) = 236+50+50=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3232 is #13CDCD. Grayscale: #696969. Windows color (decimal): -1297870 or 3289836. OLE color: 3289836.

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

Color convert

RGB 236 50 50 -
CMYK 0 0.79 0.79 0.07
HSL 0.83% 0.56% -
HSV(B) 0.79% 0.93% -
XYZ 36.31 20.34 5.03 -
YUV 105.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 236 50 50 0 0.79 0.79 0.07 0 0.83 0.56
Hex EC 32 32 0 4F 4F 7 0 53 38
Octal 354 62 62 0 117 117 7 0 123 70
Binary 11101100 110010 110010 0 1001111 1001111 111 0 1010011 111000

Color Harmonies of #EC3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3232

Black with #EC3232

Text Example


Text Example

White with #EC3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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