Html Css Color HEX #EB0800 Red

📋 copy color: '#EB0800'

red 235 ◦ green 8 ◦ blue 0

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

Shades of Red #EB0800

Tints of Red #EB0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 96.71%
G = 3.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB0800 (or 0xEB0800) is known color: Red. HEX triplet: EB, 08 and 00. RGB value is (235,8,0). Sum of RGB (Red+Green+Blue) = 235+8+0=243 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.71% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0800 is #14F7FF. Grayscale: #4B4B4B. Windows color (decimal): -1374208 or 2283. OLE color: 2283.

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

Color convert

RGB 235 8 0 -
CMYK 0 0.97 1 0.08
HSL 2.04º 1% 0.46% -
HSV(B) 2.04º 1% 0.92% -
XYZ 34.35 17.84 1.63 -
YUV 74.96 85.71 242.15 -
System Red Green Blue C M Y K H S L
Decimal 235 8 0 0 0.97 1 0.08 2.04 1 0.46
Hex EB 8 0 0 61 64 8 2 64 2E
Octal 353 10 0 0 141 144 10 2 144 56
Binary 11101011 1000 0 0 1100001 1100100 1000 10 1100100 101110

Color Harmonies of #EB0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0800

Black with #EB0800

Text Example


Text Example

White with #EB0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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