Html Css Color HEX #EC3A19 Cinnabar

📋 copy color: '#EC3A19'

red 236 ◦ green 58 ◦ blue 25

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

Shades of Cinnabar #EC3A19

Tints of Cinnabar #EC3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

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

R = 73.98%
G = 18.18%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3A19 (or 0xEC3A19) is known color: Cinnabar. HEX triplet: EC, 3A and 19. RGB value is (236,58,25). Sum of RGB (Red+Green+Blue) = 236+58+25=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A19 is #13C5E6. Grayscale: #6B6B6B. Windows color (decimal): -1295847 or 1653484. OLE color: 1653484.

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

Color convert

RGB 236 58 25 -
CMYK 0 0.75 0.89 0.07
HSL 9.38º 0.85% 0.51% -
HSV(B) 9.38º 0.89% 0.93% -
XYZ 36.28 20.93 3.05 -
YUV 107.46 81.47 219.68 -
System Red Green Blue C M Y K H S L
Decimal 236 58 25 0 0.75 0.89 0.07 9.38 0.85 0.51
Hex EC 3A 19 0 4B 59 7 9 55 33
Octal 354 72 31 0 113 131 7 11 125 63
Binary 11101100 111010 11001 0 1001011 1011001 111 1001 1010101 110011

Color Harmonies of #EC3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A19

Black with #EC3A19

Text Example


Text Example

White with #EC3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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