Html Css Color HEX #EC2200 Scarlet

📋 copy color: '#EC2200'

red 236 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #EC2200

Tints of Scarlet #EC2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.41%
G = 12.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC2200 (or 0xEC2200) is known color: Scarlet. HEX triplet: EC, 22 and 00. RGB value is (236,34,0). Sum of RGB (Red+Green+Blue) = 236+34+0=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2200 is #13DDFF. Grayscale: #5A5A5A. Windows color (decimal): -1302016 or 8940. OLE color: 8940.

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

Color convert

RGB 236 34 0 -
CMYK 0 0.86 1 0.07
HSL 8.64º 1% 0.46% -
HSV(B) 8.64º 1% 0.93% -
XYZ 35.16 18.98 1.81 -
YUV 90.52 76.92 231.76 -
System Red Green Blue C M Y K H S L
Decimal 236 34 0 0 0.86 1 0.07 8.64 1 0.46
Hex EC 22 0 0 56 64 7 9 64 2E
Octal 354 42 0 0 126 144 7 11 144 56
Binary 11101100 100010 0 0 1010110 1100100 111 1001 1100100 101110

Color Harmonies of #EC2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2200

Black with #EC2200

Text Example


Text Example

White with #EC2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2200; }

 p { color: rgb(236,34,0); }

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

background-color css

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

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

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

border-color css

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

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

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