Html Css Color HEX #EC3929 Cinnabar

📋 copy color: '#EC3929'

red 236 ◦ green 57 ◦ blue 41

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

Shades of Cinnabar #EC3929

Tints of Cinnabar #EC3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 70.66%
G = 17.07%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3929 (or 0xEC3929) is known color: Cinnabar. HEX triplet: EC, 39 and 29. RGB value is (236,57,41). Sum of RGB (Red+Green+Blue) = 236+57+41=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3929 is #13C6D6. Grayscale: #6C6C6C. Windows color (decimal): -1296087 or 2701804. OLE color: 2701804.

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

Color convert

RGB 236 57 41 -
CMYK 0 0.76 0.83 0.07
HSL 4.92º 0.84% 0.54% -
HSV(B) 4.92º 0.83% 0.93% -
XYZ 36.46 20.92 4.21 -
YUV 108.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 236 57 41 0 0.76 0.83 0.07 4.92 0.84 0.54
Hex EC 39 29 0 4C 53 7 5 54 36
Octal 354 71 51 0 114 123 7 5 124 66
Binary 11101100 111001 101001 0 1001100 1010011 111 101 1010100 110110

Color Harmonies of #EC3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3929

Black with #EC3929

Text Example


Text Example

White with #EC3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3929; }

 p { color: rgb(236,57,41); }

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

background-color css

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

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

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

border-color css

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

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

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