Html Css Color HEX #EC3219 Cinnabar

📋 copy color: '#EC3219'

red 236 ◦ green 50 ◦ blue 25

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

Shades of Cinnabar #EC3219

Tints of Cinnabar #EC3219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 75.88%
G = 16.08%
B = 8.04%

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

#EC3219 (or 0xEC3219) is known color: Cinnabar. HEX triplet: EC, 32 and 19. RGB value is (236,50,25). Sum of RGB (Red+Green+Blue) = 236+50+25=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3219 is #13CDE6. Grayscale: #676767. Windows color (decimal): -1297895 or 1651436. OLE color: 1651436.

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

Color convert

RGB 236 50 25 -
CMYK 0 0.79 0.89 0.07
HSL 7.11º 0.85% 0.51% -
HSV(B) 7.11º 0.89% 0.93% -
XYZ 35.91 20.18 2.92 -
YUV 102.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 236 50 25 0 0.79 0.89 0.07 7.11 0.85 0.51
Hex EC 32 19 0 4F 59 7 7 55 33
Octal 354 62 31 0 117 131 7 7 125 63
Binary 11101100 110010 11001 0 1001111 1011001 111 111 1010101 110011

Color Harmonies of #EC3219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3219

Black with #EC3219

Text Example


Text Example

White with #EC3219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3219; }

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

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

background-color css

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

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

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

border-color css

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

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

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