Html Css Color HEX #EC1F14 Scarlet

📋 copy color: '#EC1F14'

red 236 ◦ green 31 ◦ blue 20

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

Shades of Scarlet #EC1F14

Tints of Scarlet #EC1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 82.23%
G = 10.8%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC1F14 (or 0xEC1F14) is known color: Scarlet. HEX triplet: EC, 1F and 14. RGB value is (236,31,20). Sum of RGB (Red+Green+Blue) = 236+31+20=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F14 is #13E0EB. Grayscale: #5B5B5B. Windows color (decimal): -1302764 or 1318892. OLE color: 1318892.

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

Color convert

RGB 236 31 20 -
CMYK 0 0.87 0.92 0.07
HSL 3.06º 0.85% 0.5% -
HSV(B) 3.06º 0.92% 0.93% -
XYZ 35.21 18.86 2.45 -
YUV 91.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 236 31 20 0 0.87 0.92 0.07 3.06 0.85 0.5
Hex EC 1F 14 0 57 5C 7 3 55 32
Octal 354 37 24 0 127 134 7 3 125 62
Binary 11101100 11111 10100 0 1010111 1011100 111 11 1010101 110010

Color Harmonies of #EC1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F14

Black with #EC1F14

Text Example


Text Example

White with #EC1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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