Html Css Color HEX #EC3514 Scarlet

📋 copy color: '#EC3514'

red 236 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #EC3514

Tints of Scarlet #EC3514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 76.38%
G = 17.15%
B = 6.47%

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

#EC3514 (or 0xEC3514) is known color: Scarlet. HEX triplet: EC, 35 and 14. RGB value is (236,53,20). Sum of RGB (Red+Green+Blue) = 236+53+20=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3514 is #13CAEB. Grayscale: #686868. Windows color (decimal): -1297132 or 1324524. OLE color: 1324524.

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

Color convert

RGB 236 53 20 -
CMYK 0 0.78 0.92 0.07
HSL 9.17º 0.85% 0.5% -
HSV(B) 9.17º 0.92% 0.93% -
XYZ 35.99 20.43 2.71 -
YUV 103.96 80.63 222.18 -
System Red Green Blue C M Y K H S L
Decimal 236 53 20 0 0.78 0.92 0.07 9.17 0.85 0.5
Hex EC 35 14 0 4E 5C 7 9 55 32
Octal 354 65 24 0 116 134 7 11 125 62
Binary 11101100 110101 10100 0 1001110 1011100 111 1001 1010101 110010

Color Harmonies of #EC3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3514

Black with #EC3514

Text Example


Text Example

White with #EC3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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