Html Css Color HEX #EC1915 Scarlet

📋 copy color: '#EC1915'

red 236 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #EC1915

Tints of Scarlet #EC1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 83.69%
G = 8.87%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1915 (or 0xEC1915) is known color: Scarlet. HEX triplet: EC, 19 and 15. RGB value is (236,25,21). Sum of RGB (Red+Green+Blue) = 236+25+21=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1915 is #13E6EA. Grayscale: #575757. Windows color (decimal): -1304299 or 1382892. OLE color: 1382892.

HSL color Cylindrical-coordinate representation of color #EC1915: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1915 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 21 -
CMYK 0 0.89 0.91 0.07
HSL 1.12º 0.85% 0.5% -
HSV(B) 1.12º 0.91% 0.93% -
XYZ 35.08 18.58 2.45 -
YUV 87.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 236 25 21 0 0.89 0.91 0.07 1.12 0.85 0.5
Hex EC 19 15 0 59 5B 7 1 55 32
Octal 354 31 25 0 131 133 7 1 125 62
Binary 11101100 11001 10101 0 1011001 1011011 111 1 1010101 110010

Color Harmonies of #EC1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1915

Black with #EC1915

Text Example


Text Example

White with #EC1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1915; }

 p { color: rgb(236,25,21); }

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

background-color css

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

 a { background-color: rgb(236,25,21); }

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

border-color css

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

 span { border-color: rgb(236,25,21); }

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