Html Css Color HEX #EC3A18 Cinnabar

📋 copy color: '#EC3A18'

red 236 ◦ green 58 ◦ blue 24

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

Shades of Cinnabar #EC3A18

Tints of Cinnabar #EC3A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 74.21%
G = 18.24%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3A18 (or 0xEC3A18) is known color: Cinnabar. HEX triplet: EC, 3A and 18. RGB value is (236,58,24). Sum of RGB (Red+Green+Blue) = 236+58+24=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A18 is #13C5E7. Grayscale: #6B6B6B. Windows color (decimal): -1295848 or 1587948. OLE color: 1587948.

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

Color convert

RGB 236 58 24 -
CMYK 0 0.75 0.90 0.07
HSL 9.62º 0.85% 0.51% -
HSV(B) 9.62º 0.9% 0.93% -
XYZ 36.27 20.92 2.99 -
YUV 107.35 80.97 219.76 -
System Red Green Blue C M Y K H S L
Decimal 236 58 24 0 0.75 0.90 0.07 9.62 0.85 0.51
Hex EC 3A 18 0 4B 5A 7 A 55 33
Octal 354 72 30 0 113 132 7 12 125 63
Binary 11101100 111010 11000 0 1001011 1011010 111 1010 1010101 110011

Color Harmonies of #EC3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A18

Black with #EC3A18

Text Example


Text Example

White with #EC3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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