Html Css Color HEX #EC2009 Scarlet

📋 copy color: '#EC2009'

red 236 ◦ green 32 ◦ blue 9

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

Shades of Scarlet #EC2009

Tints of Scarlet #EC2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 85.2%
G = 11.55%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2009 (or 0xEC2009) is known color: Scarlet. HEX triplet: EC, 20 and 09. RGB value is (236,32,9). Sum of RGB (Red+Green+Blue) = 236+32+9=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2009 is #13DFF6. Grayscale: #5A5A5A. Windows color (decimal): -1302519 or 598252. OLE color: 598252.

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

Color convert

RGB 236 32 9 -
CMYK 0 0.86 0.96 0.07
HSL 6.08º 0.93% 0.48% -
HSV(B) 6.08º 0.96% 0.93% -
XYZ 35.16 18.89 2.05 -
YUV 90.37 82.09 231.87 -
System Red Green Blue C M Y K H S L
Decimal 236 32 9 0 0.86 0.96 0.07 6.08 0.93 0.48
Hex EC 20 9 0 56 60 7 6 5D 30
Octal 354 40 11 0 126 140 7 6 135 60
Binary 11101100 100000 1001 0 1010110 1100000 111 110 1011101 110000

Color Harmonies of #EC2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2009

Black with #EC2009

Text Example


Text Example

White with #EC2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2009; }

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

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

background-color css

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

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

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

border-color css

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

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

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