Html Css Color HEX #EB0200 Red

📋 copy color: '#EB0200'

red 235 ◦ green 2 ◦ blue 0

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

Shades of Red #EB0200

Tints of Red #EB0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 99.16%
G = 0.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB0200 (or 0xEB0200) is known color: Red. HEX triplet: EB, 02 and 00. RGB value is (235,2,0). Sum of RGB (Red+Green+Blue) = 235+2+0=237 (31% of max value = 765). Red value is 235 (92.19% from 255 or 99.16% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0200 is #14FDFF. Grayscale: #474747. Windows color (decimal): -1375744 or 747. OLE color: 747.

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

Color convert

RGB 235 2 0 -
CMYK 0 0.99 1 0.08
HSL 0.51º 1% 0.46% -
HSV(B) 0.51º 1% 0.92% -
XYZ 34.28 17.71 1.61 -
YUV 71.44 87.69 244.66 -
System Red Green Blue C M Y K H S L
Decimal 235 2 0 0 0.99 1 0.08 0.51 1 0.46
Hex EB 2 0 0 63 64 8 1 64 2E
Octal 353 2 0 0 143 144 10 1 144 56
Binary 11101011 10 0 0 1100011 1100100 1000 1 1100100 101110

Color Harmonies of #EB0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0200

Black with #EB0200

Text Example


Text Example

White with #EB0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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