Html Css Color HEX #EC3E29 Cinnabar

📋 copy color: '#EC3E29'

red 236 ◦ green 62 ◦ blue 41

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

Shades of Cinnabar #EC3E29

Tints of Cinnabar #EC3E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

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

R = 69.62%
G = 18.29%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3E29 (or 0xEC3E29) is known color: Cinnabar. HEX triplet: EC, 3E and 29. RGB value is (236,62,41). Sum of RGB (Red+Green+Blue) = 236+62+41=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E29 is #13C1D6. Grayscale: #6F6F6F. Windows color (decimal): -1294807 or 2703084. OLE color: 2703084.

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

Color convert

RGB 236 62 41 -
CMYK 0 0.74 0.83 0.07
HSL 6.46º 0.84% 0.54% -
HSV(B) 6.46º 0.83% 0.93% -
XYZ 36.71 21.44 4.3 -
YUV 111.63 88.15 216.71 -
System Red Green Blue C M Y K H S L
Decimal 236 62 41 0 0.74 0.83 0.07 6.46 0.84 0.54
Hex EC 3E 29 0 4A 53 7 6 54 36
Octal 354 76 51 0 112 123 7 6 124 66
Binary 11101100 111110 101001 0 1001010 1010011 111 110 1010100 110110

Color Harmonies of #EC3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E29

Black with #EC3E29

Text Example


Text Example

White with #EC3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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