Html Css Color HEX #EC2005 Scarlet

📋 copy color: '#EC2005'

red 236 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #EC2005

Tints of Scarlet #EC2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 86.45%
G = 11.72%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2005 (or 0xEC2005) is known color: Scarlet. HEX triplet: EC, 20 and 05. RGB value is (236,32,5). Sum of RGB (Red+Green+Blue) = 236+32+5=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2005 is #13DFFA. Grayscale: #5A5A5A. Windows color (decimal): -1302523 or 336108. OLE color: 336108.

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

Color convert

RGB 236 32 5 -
CMYK 0 0.86 0.98 0.07
HSL 7.01º 0.96% 0.47% -
HSV(B) 7.01º 0.98% 0.93% -
XYZ 35.14 18.88 1.94 -
YUV 89.92 80.09 232.2 -
System Red Green Blue C M Y K H S L
Decimal 236 32 5 0 0.86 0.98 0.07 7.01 0.96 0.47
Hex EC 20 5 0 56 62 7 7 60 2F
Octal 354 40 5 0 126 142 7 7 140 57
Binary 11101100 100000 101 0 1010110 1100010 111 111 1100000 101111

Color Harmonies of #EC2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2005

Black with #EC2005

Text Example


Text Example

White with #EC2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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