Html Css Color HEX #EC1715 Scarlet

📋 copy color: '#EC1715'

red 236 ◦ green 23 ◦ blue 21

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

Shades of Scarlet #EC1715

Tints of Scarlet #EC1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 84.29%
G = 8.21%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1715 (or 0xEC1715) is known color: Scarlet. HEX triplet: EC, 17 and 15. RGB value is (236,23,21). Sum of RGB (Red+Green+Blue) = 236+23+21=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1715 is #13E8EA. Grayscale: #565656. Windows color (decimal): -1304811 or 1382380. OLE color: 1382380.

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

Color convert

RGB 236 23 21 -
CMYK 0 0.90 0.91 0.07
HSL 0.56º 0.85% 0.5% -
HSV(B) 0.56º 0.91% 0.93% -
XYZ 35.03 18.5 2.43 -
YUV 86.46 91.07 234.66 -
System Red Green Blue C M Y K H S L
Decimal 236 23 21 0 0.90 0.91 0.07 0.56 0.85 0.5
Hex EC 17 15 0 5A 5B 7 1 55 32
Octal 354 27 25 0 132 133 7 1 125 62
Binary 11101100 10111 10101 0 1011010 1011011 111 1 1010101 110010

Color Harmonies of #EC1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1715

Black with #EC1715

Text Example


Text Example

White with #EC1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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