Html Css Color HEX #EC2020 Scarlet

📋 copy color: '#EC2020'

red 236 ◦ green 32 ◦ blue 32

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

Shades of Scarlet #EC2020

Tints of Scarlet #EC2020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 78.67%
G = 10.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2020 (or 0xEC2020) is known color: Scarlet. HEX triplet: EC, 20 and 20. RGB value is (236,32,32). Sum of RGB (Red+Green+Blue) = 236+32+32=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2020 is #13DFDF. Grayscale: #5D5D5D. Windows color (decimal): -1302496 or 2105580. OLE color: 2105580.

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

Color convert

RGB 236 32 32 -
CMYK 0 0.86 0.86 0.07
HSL 0.84% 0.53% -
HSV(B) 0.86% 0.93% -
XYZ 35.37 18.97 3.16 -
YUV 93 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 236 32 32 0 0.86 0.86 0.07 0 0.84 0.53
Hex EC 20 20 0 56 56 7 0 54 35
Octal 354 40 40 0 126 126 7 0 124 65
Binary 11101100 100000 100000 0 1010110 1010110 111 0 1010100 110101

Color Harmonies of #EC2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2020

Black with #EC2020

Text Example


Text Example

White with #EC2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2020; }

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

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

background-color css

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

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

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

border-color css

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

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

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