Html Css Color HEX #EC4619 Cinnabar

📋 copy color: '#EC4619'

red 236 ◦ green 70 ◦ blue 25

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

Shades of Cinnabar #EC4619

Tints of Cinnabar #EC4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 71.3%
G = 21.15%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC4619 (or 0xEC4619) is known color: Cinnabar. HEX triplet: EC, 46 and 19. RGB value is (236,70,25). Sum of RGB (Red+Green+Blue) = 236+70+25=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4619 is #13B9E6. Grayscale: #727272. Windows color (decimal): -1292775 or 1656556. OLE color: 1656556.

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

Color convert

RGB 236 70 25 -
CMYK 0 0.70 0.89 0.07
HSL 12.8º 0.85% 0.51% -
HSV(B) 12.8º 0.89% 0.93% -
XYZ 36.96 22.28 3.27 -
YUV 114.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 236 70 25 0 0.70 0.89 0.07 12.8 0.85 0.51
Hex EC 46 19 0 46 59 7 D 55 33
Octal 354 106 31 0 106 131 7 15 125 63
Binary 11101100 1000110 11001 0 1000110 1011001 111 1101 1010101 110011

Color Harmonies of #EC4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4619

Black with #EC4619

Text Example


Text Example

White with #EC4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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