Html Css Color HEX #EC3027 Cinnabar

📋 copy color: '#EC3027'

red 236 ◦ green 48 ◦ blue 39

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

Shades of Cinnabar #EC3027

Tints of Cinnabar #EC3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 73.07%
G = 14.86%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3027 (or 0xEC3027) is known color: Cinnabar. HEX triplet: EC, 30 and 27. RGB value is (236,48,39). Sum of RGB (Red+Green+Blue) = 236+48+39=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3027 is #13CFD8. Grayscale: #676767. Windows color (decimal): -1298393 or 2568428. OLE color: 2568428.

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

Color convert

RGB 236 48 39 -
CMYK 0 0.80 0.83 0.07
HSL 2.74º 0.84% 0.54% -
HSV(B) 2.74º 0.83% 0.93% -
XYZ 36.02 20.09 3.9 -
YUV 103.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 236 48 39 0 0.80 0.83 0.07 2.74 0.84 0.54
Hex EC 30 27 0 50 53 7 3 54 36
Octal 354 60 47 0 120 123 7 3 124 66
Binary 11101100 110000 100111 0 1010000 1010011 111 11 1010100 110110

Color Harmonies of #EC3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3027

Black with #EC3027

Text Example


Text Example

White with #EC3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3027; }

 p { color: rgb(236,48,39); }

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

background-color css

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

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

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

border-color css

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

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

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