Html Css Color HEX #EB2200 Scarlet

📋 copy color: '#EB2200'

red 235 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #EB2200

Tints of Scarlet #EB2200

RGB

 RED value IS 235 (92.19% from 255) = 87.36%

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

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

R = 87.36%
G = 12.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB2200 (or 0xEB2200) is known color: Scarlet. HEX triplet: EB, 22 and 00. RGB value is (235,34,0). Sum of RGB (Red+Green+Blue) = 235+34+0=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2200 is #14DDFF. Grayscale: #5A5A5A. Windows color (decimal): -1367552 or 8939. OLE color: 8939.

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

Color convert

RGB 235 34 0 -
CMYK 0 0.86 1 0.08
HSL 8.68º 1% 0.46% -
HSV(B) 8.68º 1% 0.92% -
XYZ 34.83 18.81 1.79 -
YUV 90.22 77.09 231.26 -
System Red Green Blue C M Y K H S L
Decimal 235 34 0 0 0.86 1 0.08 8.68 1 0.46
Hex EB 22 0 0 56 64 8 9 64 2E
Octal 353 42 0 0 126 144 10 11 144 56
Binary 11101011 100010 0 0 1010110 1100100 1000 1001 1100100 101110

Color Harmonies of #EB2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2200

Black with #EB2200

Text Example


Text Example

White with #EB2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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