Html Css Color HEX #EC3323 Cinnabar

📋 copy color: '#EC3323'

red 236 ◦ green 51 ◦ blue 35

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

Shades of Cinnabar #EC3323

Tints of Cinnabar #EC3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 73.29%
G = 15.84%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC3323 (or 0xEC3323) is known color: Cinnabar. HEX triplet: EC, 33 and 23. RGB value is (236,51,35). Sum of RGB (Red+Green+Blue) = 236+51+35=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3323 is #13CCDC. Grayscale: #686868. Windows color (decimal): -1297629 or 2307052. OLE color: 2307052.

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

Color convert

RGB 236 51 35 -
CMYK 0 0.78 0.85 0.07
HSL 4.78º 0.84% 0.53% -
HSV(B) 4.78º 0.85% 0.93% -
XYZ 36.08 20.32 3.61 -
YUV 104.49 88.79 221.8 -
System Red Green Blue C M Y K H S L
Decimal 236 51 35 0 0.78 0.85 0.07 4.78 0.84 0.53
Hex EC 33 23 0 4E 55 7 5 54 35
Octal 354 63 43 0 116 125 7 5 124 65
Binary 11101100 110011 100011 0 1001110 1010101 111 101 1010100 110101

Color Harmonies of #EC3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3323

Black with #EC3323

Text Example


Text Example

White with #EC3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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