Html Css Color HEX #EC1E18 Scarlet

📋 copy color: '#EC1E18'

red 236 ◦ green 30 ◦ blue 24

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

Shades of Scarlet #EC1E18

Tints of Scarlet #EC1E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 81.38%
G = 10.34%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC1E18 (or 0xEC1E18) is known color: Scarlet. HEX triplet: EC, 1E and 18. RGB value is (236,30,24). Sum of RGB (Red+Green+Blue) = 236+30+24=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E18 is #13E1E7. Grayscale: #5B5B5B. Windows color (decimal): -1303016 or 1580780. OLE color: 1580780.

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

Color convert

RGB 236 30 24 -
CMYK 0 0.87 0.90 0.07
HSL 1.7º 0.85% 0.51% -
HSV(B) 1.7º 0.9% 0.93% -
XYZ 35.22 18.83 2.64 -
YUV 90.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 236 30 24 0 0.87 0.90 0.07 1.7 0.85 0.51
Hex EC 1E 18 0 57 5A 7 2 55 33
Octal 354 36 30 0 127 132 7 2 125 63
Binary 11101100 11110 11000 0 1010111 1011010 111 10 1010101 110011

Color Harmonies of #EC1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E18

Black with #EC1E18

Text Example


Text Example

White with #EC1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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