Html Css Color HEX #EC2019 Scarlet

📋 copy color: '#EC2019'

red 236 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #EC2019

Tints of Scarlet #EC2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 80.55%
G = 10.92%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2019 (or 0xEC2019) is known color: Scarlet. HEX triplet: EC, 20 and 19. RGB value is (236,32,25). Sum of RGB (Red+Green+Blue) = 236+32+25=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2019 is #13DFE6. Grayscale: #5C5C5C. Windows color (decimal): -1302503 or 1646828. OLE color: 1646828.

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

Color convert

RGB 236 32 25 -
CMYK 0 0.86 0.89 0.07
HSL 1.99º 0.85% 0.51% -
HSV(B) 1.99º 0.89% 0.93% -
XYZ 35.28 18.94 2.72 -
YUV 92.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 236 32 25 0 0.86 0.89 0.07 1.99 0.85 0.51
Hex EC 20 19 0 56 59 7 2 55 33
Octal 354 40 31 0 126 131 7 2 125 63
Binary 11101100 100000 11001 0 1010110 1011001 111 10 1010101 110011

Color Harmonies of #EC2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2019

Black with #EC2019

Text Example


Text Example

White with #EC2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2019; }

 p { color: rgb(236,32,25); }

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

background-color css

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

 a { background-color: rgb(236,32,25); }

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

border-color css

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

 span { border-color: rgb(236,32,25); }

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