Html Css Color HEX #EC1710 Scarlet

📋 copy color: '#EC1710'

red 236 ◦ green 23 ◦ blue 16

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

Shades of Scarlet #EC1710

Tints of Scarlet #EC1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 85.82%
G = 8.36%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1710 (or 0xEC1710) is known color: Scarlet. HEX triplet: EC, 17 and 10. RGB value is (236,23,16). Sum of RGB (Red+Green+Blue) = 236+23+16=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1710 is #13E8EF. Grayscale: #565656. Windows color (decimal): -1304816 or 1054700. OLE color: 1054700.

HSL color Cylindrical-coordinate representation of color #EC1710: hue angle of 1.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1710 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 16 -
CMYK 0 0.90 0.93 0.07
HSL 1.91º 0.87% 0.49% -
HSV(B) 1.91º 0.93% 0.93% -
XYZ 34.99 18.48 2.21 -
YUV 85.89 88.57 235.07 -
System Red Green Blue C M Y K H S L
Decimal 236 23 16 0 0.90 0.93 0.07 1.91 0.87 0.49
Hex EC 17 10 0 5A 5D 7 2 57 31
Octal 354 27 20 0 132 135 7 2 127 61
Binary 11101100 10111 10000 0 1011010 1011101 111 10 1010111 110001

Color Harmonies of #EC1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1710

Black with #EC1710

Text Example


Text Example

White with #EC1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1710; }

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

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

background-color css

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

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

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

border-color css

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

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

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