Html Css Color HEX #EC2008 Scarlet

📋 copy color: '#EC2008'

red 236 ◦ green 32 ◦ blue 8

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

Shades of Scarlet #EC2008

Tints of Scarlet #EC2008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 85.51%
G = 11.59%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2008 (or 0xEC2008) is known color: Scarlet. HEX triplet: EC, 20 and 08. RGB value is (236,32,8). Sum of RGB (Red+Green+Blue) = 236+32+8=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2008 is #13DFF7. Grayscale: #5A5A5A. Windows color (decimal): -1302520 or 532716. OLE color: 532716.

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

Color convert

RGB 236 32 8 -
CMYK 0 0.86 0.97 0.07
HSL 6.32º 0.93% 0.48% -
HSV(B) 6.32º 0.97% 0.93% -
XYZ 35.15 18.88 2.02 -
YUV 90.26 81.59 231.95 -
System Red Green Blue C M Y K H S L
Decimal 236 32 8 0 0.86 0.97 0.07 6.32 0.93 0.48
Hex EC 20 8 0 56 61 7 6 5D 30
Octal 354 40 10 0 126 141 7 6 135 60
Binary 11101100 100000 1000 0 1010110 1100001 111 110 1011101 110000

Color Harmonies of #EC2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2008

Black with #EC2008

Text Example


Text Example

White with #EC2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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