Html Css Color HEX #EC3433 Cinnabar

📋 copy color: '#EC3433'

red 236 ◦ green 52 ◦ blue 51

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

Shades of Cinnabar #EC3433

Tints of Cinnabar #EC3433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 69.62%
G = 15.34%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3433 (or 0xEC3433) is known color: Cinnabar. HEX triplet: EC, 34 and 33. RGB value is (236,52,51). Sum of RGB (Red+Green+Blue) = 236+52+51=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3433 is #13CBCC. Grayscale: #6B6B6B. Windows color (decimal): -1297357 or 3355884. OLE color: 3355884.

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

Color convert

RGB 236 52 51 -
CMYK 0 0.78 0.78 0.07
HSL 0.32º 0.83% 0.56% -
HSV(B) 0.32º 0.78% 0.93% -
XYZ 36.42 20.53 5.17 -
YUV 106.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 236 52 51 0 0.78 0.78 0.07 0.32 0.83 0.56
Hex EC 34 33 0 4E 4E 7 0 53 38
Octal 354 64 63 0 116 116 7 0 123 70
Binary 11101100 110100 110011 0 1001110 1001110 111 0 1010011 111000

Color Harmonies of #EC3433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3433

Black with #EC3433

Text Example


Text Example

White with #EC3433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3433; }

 p { color: rgb(236,52,51); }

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

background-color css

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

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

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

border-color css

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

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

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