Html Css Color HEX #EB2000 Scarlet

📋 copy color: '#EB2000'

red 235 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #EB2000

Tints of Scarlet #EB2000

RGB

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

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

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

R = 88.01%
G = 11.99%
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

#EB2000 (or 0xEB2000) is known color: Scarlet. HEX triplet: EB, 20 and 00. RGB value is (235,32,0). Sum of RGB (Red+Green+Blue) = 235+32+0=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2000 is #14DFFF. Grayscale: #595959. Windows color (decimal): -1368064 or 8427. OLE color: 8427.

HSL color Cylindrical-coordinate representation of color #EB2000: hue angle of 8.17º 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 #EB2000 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 0 -
CMYK 0 0.86 1 0.08
HSL 8.17º 1% 0.46% -
HSV(B) 8.17º 1% 0.92% -
XYZ 34.78 18.7 1.78 -
YUV 89.05 77.75 232.1 -
System Red Green Blue C M Y K H S L
Decimal 235 32 0 0 0.86 1 0.08 8.17 1 0.46
Hex EB 20 0 0 56 64 8 8 64 2E
Octal 353 40 0 0 126 144 10 10 144 56
Binary 11101011 100000 0 0 1010110 1100100 1000 1000 1100100 101110

Color Harmonies of #EB2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2000

Black with #EB2000

Text Example


Text Example

White with #EB2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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