Html Css Color HEX #EC1D18 Scarlet

📋 copy color: '#EC1D18'

red 236 ◦ green 29 ◦ blue 24

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

Shades of Scarlet #EC1D18

Tints of Scarlet #EC1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

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

R = 81.66%
G = 10.03%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC1D18 (or 0xEC1D18) is known color: Scarlet. HEX triplet: EC, 1D and 18. RGB value is (236,29,24). Sum of RGB (Red+Green+Blue) = 236+29+24=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1D18 is #13E2E7. Grayscale: #5A5A5A. Windows color (decimal): -1303272 or 1580524. OLE color: 1580524.

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

Color convert

RGB 236 29 24 -
CMYK 0 0.88 0.90 0.07
HSL 1.42º 0.85% 0.51% -
HSV(B) 1.42º 0.9% 0.93% -
XYZ 35.2 18.78 2.63 -
YUV 90.32 90.58 231.91 -
System Red Green Blue C M Y K H S L
Decimal 236 29 24 0 0.88 0.90 0.07 1.42 0.85 0.51
Hex EC 1D 18 0 58 5A 7 1 55 33
Octal 354 35 30 0 130 132 7 1 125 63
Binary 11101100 11101 11000 0 1011000 1011010 111 1 1010101 110011

Color Harmonies of #EC1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D18

Black with #EC1D18

Text Example


Text Example

White with #EC1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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