Html Css Color HEX #EC5029 Cinnabar

📋 copy color: '#EC5029'

red 236 ◦ green 80 ◦ blue 41

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

Shades of Cinnabar #EC5029

Tints of Cinnabar #EC5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

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

R = 66.11%
G = 22.41%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC5029 (or 0xEC5029) is known color: Cinnabar. HEX triplet: EC, 50 and 29. RGB value is (236,80,41). Sum of RGB (Red+Green+Blue) = 236+80+41=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5029 is #13AFD6. Grayscale: #7A7A7A. Windows color (decimal): -1290199 or 2707692. OLE color: 2707692.

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

Color convert

RGB 236 80 41 -
CMYK 0 0.66 0.83 0.07
HSL 12º 0.84% 0.54% -
HSV(B) 12º 0.83% 0.93% -
XYZ 37.86 23.73 4.68 -
YUV 122.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 236 80 41 0 0.66 0.83 0.07 12 0.84 0.54
Hex EC 50 29 0 42 53 7 C 54 36
Octal 354 120 51 0 102 123 7 14 124 66
Binary 11101100 1010000 101001 0 1000010 1010011 111 1100 1010100 110110

Color Harmonies of #EC5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5029

Black with #EC5029

Text Example


Text Example

White with #EC5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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