Html Css Color HEX #EC2418 Scarlet

📋 copy color: '#EC2418'

red 236 ◦ green 36 ◦ blue 24

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

Shades of Scarlet #EC2418

Tints of Scarlet #EC2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 79.73%
G = 12.16%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC2418 (or 0xEC2418) is known color: Scarlet. HEX triplet: EC, 24 and 18. RGB value is (236,36,24). Sum of RGB (Red+Green+Blue) = 236+36+24=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2418 is #13DBE7. Grayscale: #5E5E5E. Windows color (decimal): -1301480 or 1582316. OLE color: 1582316.

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

Color convert

RGB 236 36 24 -
CMYK 0 0.85 0.90 0.07
HSL 3.4º 0.85% 0.51% -
HSV(B) 3.4º 0.9% 0.93% -
XYZ 35.39 19.16 2.7 -
YUV 94.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 236 36 24 0 0.85 0.90 0.07 3.4 0.85 0.51
Hex EC 24 18 0 55 5A 7 3 55 33
Octal 354 44 30 0 125 132 7 3 125 63
Binary 11101100 100100 11000 0 1010101 1011010 111 11 1010101 110011

Color Harmonies of #EC2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2418

Black with #EC2418

Text Example


Text Example

White with #EC2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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