Html Css Color HEX #EC3427 Cinnabar

📋 copy color: '#EC3427'

red 236 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #EC3427

Tints of Cinnabar #EC3427

RGB

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

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

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

R = 72.17%
G = 15.9%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3427 (or 0xEC3427) is known color: Cinnabar. HEX triplet: EC, 34 and 27. RGB value is (236,52,39). Sum of RGB (Red+Green+Blue) = 236+52+39=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3427 is #13CBD8. Grayscale: #696969. Windows color (decimal): -1297369 or 2569452. OLE color: 2569452.

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

Color convert

RGB 236 52 39 -
CMYK 0 0.78 0.83 0.07
HSL 3.96º 0.84% 0.54% -
HSV(B) 3.96º 0.83% 0.93% -
XYZ 36.19 20.44 3.96 -
YUV 105.53 90.46 221.06 -
System Red Green Blue C M Y K H S L
Decimal 236 52 39 0 0.78 0.83 0.07 3.96 0.84 0.54
Hex EC 34 27 0 4E 53 7 4 54 36
Octal 354 64 47 0 116 123 7 4 124 66
Binary 11101100 110100 100111 0 1001110 1010011 111 100 1010100 110110

Color Harmonies of #EC3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3427

Black with #EC3427

Text Example


Text Example

White with #EC3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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