Html Css Color HEX #EC2818 Scarlet

📋 copy color: '#EC2818'

red 236 ◦ green 40 ◦ blue 24

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

Shades of Scarlet #EC2818

Tints of Scarlet #EC2818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 78.67%
G = 13.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC2818 (or 0xEC2818) is known color: Scarlet. HEX triplet: EC, 28 and 18. RGB value is (236,40,24). Sum of RGB (Red+Green+Blue) = 236+40+24=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2818 is #13D7E7. Grayscale: #616161. Windows color (decimal): -1300456 or 1583340. OLE color: 1583340.

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

Color convert

RGB 236 40 24 -
CMYK 0 0.83 0.90 0.07
HSL 4.53º 0.85% 0.51% -
HSV(B) 4.53º 0.9% 0.93% -
XYZ 35.52 19.42 2.74 -
YUV 96.78 86.93 227.3 -
System Red Green Blue C M Y K H S L
Decimal 236 40 24 0 0.83 0.90 0.07 4.53 0.85 0.51
Hex EC 28 18 0 53 5A 7 5 55 33
Octal 354 50 30 0 123 132 7 5 125 63
Binary 11101100 101000 11000 0 1010011 1011010 111 101 1010101 110011

Color Harmonies of #EC2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2818

Black with #EC2818

Text Example


Text Example

White with #EC2818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2818; }

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

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

background-color css

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

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

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

border-color css

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

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

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