Html Css Color HEX #EC3014 Scarlet

📋 copy color: '#EC3014'

red 236 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #EC3014

Tints of Scarlet #EC3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 77.63%
G = 15.79%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3014 (or 0xEC3014) is known color: Scarlet. HEX triplet: EC, 30 and 14. RGB value is (236,48,20). Sum of RGB (Red+Green+Blue) = 236+48+20=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3014 is #13CFEB. Grayscale: #656565. Windows color (decimal): -1298412 or 1323244. OLE color: 1323244.

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

Color convert

RGB 236 48 20 -
CMYK 0 0.80 0.92 0.07
HSL 7.78º 0.85% 0.5% -
HSV(B) 7.78º 0.92% 0.93% -
XYZ 35.78 20 2.64 -
YUV 101.02 82.28 224.28 -
System Red Green Blue C M Y K H S L
Decimal 236 48 20 0 0.80 0.92 0.07 7.78 0.85 0.5
Hex EC 30 14 0 50 5C 7 8 55 32
Octal 354 60 24 0 120 134 7 10 125 62
Binary 11101100 110000 10100 0 1010000 1011100 111 1000 1010101 110010

Color Harmonies of #EC3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3014

Black with #EC3014

Text Example


Text Example

White with #EC3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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