Html Css Color HEX #EC3513 Scarlet

📋 copy color: '#EC3513'

red 236 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #EC3513

Tints of Scarlet #EC3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 76.62%
G = 17.21%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3513 (or 0xEC3513) is known color: Scarlet. HEX triplet: EC, 35 and 13. RGB value is (236,53,19). Sum of RGB (Red+Green+Blue) = 236+53+19=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3513 is #13CAEC. Grayscale: #686868. Windows color (decimal): -1297133 or 1258988. OLE color: 1258988.

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

Color convert

RGB 236 53 19 -
CMYK 0 0.78 0.92 0.07
HSL 9.4º 0.85% 0.5% -
HSV(B) 9.4º 0.92% 0.93% -
XYZ 35.98 20.43 2.66 -
YUV 103.84 80.13 222.26 -
System Red Green Blue C M Y K H S L
Decimal 236 53 19 0 0.78 0.92 0.07 9.4 0.85 0.5
Hex EC 35 13 0 4E 5C 7 9 55 32
Octal 354 65 23 0 116 134 7 11 125 62
Binary 11101100 110101 10011 0 1001110 1011100 111 1001 1010101 110010

Color Harmonies of #EC3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3513

Black with #EC3513

Text Example


Text Example

White with #EC3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3513; }

 p { color: rgb(236,53,19); }

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

background-color css

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

 a { background-color: rgb(236,53,19); }

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

border-color css

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

 span { border-color: rgb(236,53,19); }

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