Html Css Color HEX #EC3D18 Cinnabar

📋 copy color: '#EC3D18'

red 236 ◦ green 61 ◦ blue 24

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

Shades of Cinnabar #EC3D18

Tints of Cinnabar #EC3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 73.52%
G = 19%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3D18 (or 0xEC3D18) is known color: Cinnabar. HEX triplet: EC, 3D and 18. RGB value is (236,61,24). Sum of RGB (Red+Green+Blue) = 236+61+24=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D18 is #13C2E7. Grayscale: #6D6D6D. Windows color (decimal): -1295080 or 1588716. OLE color: 1588716.

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

Color convert

RGB 236 61 24 -
CMYK 0 0.74 0.90 0.07
HSL 10.47º 0.85% 0.51% -
HSV(B) 10.47º 0.9% 0.93% -
XYZ 36.43 21.24 3.04 -
YUV 109.11 79.98 218.51 -
System Red Green Blue C M Y K H S L
Decimal 236 61 24 0 0.74 0.90 0.07 10.47 0.85 0.51
Hex EC 3D 18 0 4A 5A 7 A 55 33
Octal 354 75 30 0 112 132 7 12 125 63
Binary 11101100 111101 11000 0 1001010 1011010 111 1010 1010101 110011

Color Harmonies of #EC3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D18

Black with #EC3D18

Text Example


Text Example

White with #EC3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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