Html Css Color HEX #EC3B29 Cinnabar

📋 copy color: '#EC3B29'

red 236 ◦ green 59 ◦ blue 41

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

Shades of Cinnabar #EC3B29

Tints of Cinnabar #EC3B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

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

R = 70.24%
G = 17.56%
B = 12.2%

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

#EC3B29 (or 0xEC3B29) is known color: Cinnabar. HEX triplet: EC, 3B and 29. RGB value is (236,59,41). Sum of RGB (Red+Green+Blue) = 236+59+41=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B29 is #13C4D6. Grayscale: #6E6E6E. Windows color (decimal): -1295575 or 2702316. OLE color: 2702316.

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

Color convert

RGB 236 59 41 -
CMYK 0 0.75 0.83 0.07
HSL 5.54º 0.84% 0.54% -
HSV(B) 5.54º 0.83% 0.93% -
XYZ 36.56 21.12 4.25 -
YUV 109.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 236 59 41 0 0.75 0.83 0.07 5.54 0.84 0.54
Hex EC 3B 29 0 4B 53 7 6 54 36
Octal 354 73 51 0 113 123 7 6 124 66
Binary 11101100 111011 101001 0 1001011 1010011 111 110 1010100 110110

Color Harmonies of #EC3B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B29

Black with #EC3B29

Text Example


Text Example

White with #EC3B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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