Html Css Color HEX #EC1714 Scarlet

📋 copy color: '#EC1714'

red 236 ◦ green 23 ◦ blue 20

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

Shades of Scarlet #EC1714

Tints of Scarlet #EC1714

RGB

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

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

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

R = 84.59%
G = 8.24%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC1714 (or 0xEC1714) is known color: Scarlet. HEX triplet: EC, 17 and 14. RGB value is (236,23,20). Sum of RGB (Red+Green+Blue) = 236+23+20=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1714 is #13E8EB. Grayscale: #565656. Windows color (decimal): -1304812 or 1316844. OLE color: 1316844.

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

Color convert

RGB 236 23 20 -
CMYK 0 0.90 0.92 0.07
HSL 0.83º 0.85% 0.5% -
HSV(B) 0.83º 0.92% 0.93% -
XYZ 35.02 18.5 2.39 -
YUV 86.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 236 23 20 0 0.90 0.92 0.07 0.83 0.85 0.5
Hex EC 17 14 0 5A 5C 7 1 55 32
Octal 354 27 24 0 132 134 7 1 125 62
Binary 11101100 10111 10100 0 1011010 1011100 111 1 1010101 110010

Color Harmonies of #EC1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1714

Black with #EC1714

Text Example


Text Example

White with #EC1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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