Html Css Color HEX #EC3618 Cinnabar

📋 copy color: '#EC3618'

red 236 ◦ green 54 ◦ blue 24

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

Shades of Cinnabar #EC3618

Tints of Cinnabar #EC3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 75.16%
G = 17.2%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3618 (or 0xEC3618) is known color: Cinnabar. HEX triplet: EC, 36 and 18. RGB value is (236,54,24). Sum of RGB (Red+Green+Blue) = 236+54+24=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3618 is #13C9E7. Grayscale: #696969. Windows color (decimal): -1296872 or 1586924. OLE color: 1586924.

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

Color convert

RGB 236 54 24 -
CMYK 0 0.77 0.90 0.07
HSL 8.49º 0.85% 0.51% -
HSV(B) 8.49º 0.9% 0.93% -
XYZ 36.08 20.54 2.93 -
YUV 105 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 236 54 24 0 0.77 0.90 0.07 8.49 0.85 0.51
Hex EC 36 18 0 4D 5A 7 8 55 33
Octal 354 66 30 0 115 132 7 10 125 63
Binary 11101100 110110 11000 0 1001101 1011010 111 1000 1010101 110011

Color Harmonies of #EC3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3618

Black with #EC3618

Text Example


Text Example

White with #EC3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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