Html Css Color HEX #EC3C29 Cinnabar

📋 copy color: '#EC3C29'

red 236 ◦ green 60 ◦ blue 41

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

Shades of Cinnabar #EC3C29

Tints of Cinnabar #EC3C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

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

R = 70.03%
G = 17.8%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3C29 (or 0xEC3C29) is known color: Cinnabar. HEX triplet: EC, 3C and 29. RGB value is (236,60,41). Sum of RGB (Red+Green+Blue) = 236+60+41=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C29 is #13C3D6. Grayscale: #6E6E6E. Windows color (decimal): -1295319 or 2702572. OLE color: 2702572.

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

Color convert

RGB 236 60 41 -
CMYK 0 0.75 0.83 0.07
HSL 5.85º 0.84% 0.54% -
HSV(B) 5.85º 0.83% 0.93% -
XYZ 36.61 21.22 4.27 -
YUV 110.46 88.81 217.54 -
System Red Green Blue C M Y K H S L
Decimal 236 60 41 0 0.75 0.83 0.07 5.85 0.84 0.54
Hex EC 3C 29 0 4B 53 7 6 54 36
Octal 354 74 51 0 113 123 7 6 124 66
Binary 11101100 111100 101001 0 1001011 1010011 111 110 1010100 110110

Color Harmonies of #EC3C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C29

Black with #EC3C29

Text Example


Text Example

White with #EC3C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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