Html Css Color HEX #EC3119 Cinnabar

📋 copy color: '#EC3119'

red 236 ◦ green 49 ◦ blue 25

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

Shades of Cinnabar #EC3119

Tints of Cinnabar #EC3119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 76.13%
G = 15.81%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3119 (or 0xEC3119) is known color: Cinnabar. HEX triplet: EC, 31 and 19. RGB value is (236,49,25). Sum of RGB (Red+Green+Blue) = 236+49+25=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3119 is #13CEE6. Grayscale: #666666. Windows color (decimal): -1298151 or 1651180. OLE color: 1651180.

HSL color Cylindrical-coordinate representation of color #EC3119: hue angle of 6.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3119 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 25 -
CMYK 0 0.79 0.89 0.07
HSL 6.82º 0.85% 0.51% -
HSV(B) 6.82º 0.89% 0.93% -
XYZ 35.87 20.1 2.91 -
YUV 102.18 84.45 223.45 -
System Red Green Blue C M Y K H S L
Decimal 236 49 25 0 0.79 0.89 0.07 6.82 0.85 0.51
Hex EC 31 19 0 4F 59 7 7 55 33
Octal 354 61 31 0 117 131 7 7 125 63
Binary 11101100 110001 11001 0 1001111 1011001 111 111 1010101 110011

Color Harmonies of #EC3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3119

Black with #EC3119

Text Example


Text Example

White with #EC3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3119; }

 p { color: rgb(236,49,25); }

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

background-color css

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

 a { background-color: rgb(236,49,25); }

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

border-color css

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

 span { border-color: rgb(236,49,25); }

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