Html Css Color HEX #EC5038 Cinnabar

📋 copy color: '#EC5038'

red 236 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #EC5038

Tints of Cinnabar #EC5038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 63.44%
G = 21.51%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC5038 (or 0xEC5038) is known color: Cinnabar. HEX triplet: EC, 50 and 38. RGB value is (236,80,56). Sum of RGB (Red+Green+Blue) = 236+80+56=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5038 is #13AFC7. Grayscale: #7C7C7C. Windows color (decimal): -1290184 or 3690732. OLE color: 3690732.

HSL color Cylindrical-coordinate representation of color #EC5038: hue angle of 8º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC5038 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 56 -
CMYK 0 0.66 0.76 0.07
HSL 0.83% 0.57% -
HSV(B) 0.76% 0.93% -
XYZ 38.17 23.86 6.33 -
YUV 123.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 236 80 56 0 0.66 0.76 0.07 8 0.83 0.57
Hex EC 50 38 0 42 4C 7 8 53 39
Octal 354 120 70 0 102 114 7 10 123 71
Binary 11101100 1010000 111000 0 1000010 1001100 111 1000 1010011 111001

Color Harmonies of #EC5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5038

Black with #EC5038

Text Example


Text Example

White with #EC5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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