Html Css Color HEX #EB0805 Red

📋 copy color: '#EB0805'

red 235 ◦ green 8 ◦ blue 5

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

Shades of Red #EB0805

Tints of Red #EB0805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 94.76%
G = 3.23%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB0805 (or 0xEB0805) is known color: Red. HEX triplet: EB, 08 and 05. RGB value is (235,8,5). Sum of RGB (Red+Green+Blue) = 235+8+5=248 (32% of max value = 765). Red value is 235 (92.19% from 255 or 94.76% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0805 is #14F7FA. Grayscale: #4B4B4B. Windows color (decimal): -1374203 or 329963. OLE color: 329963.

HSL color Cylindrical-coordinate representation of color #EB0805: hue angle of 0.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0805 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 8 5 -
CMYK 0 0.97 0.98 0.08
HSL 0.78º 0.96% 0.47% -
HSV(B) 0.78º 0.98% 0.92% -
XYZ 34.38 17.85 1.78 -
YUV 75.53 88.21 241.74 -
System Red Green Blue C M Y K H S L
Decimal 235 8 5 0 0.97 0.98 0.08 0.78 0.96 0.47
Hex EB 8 5 0 61 62 8 1 60 2F
Octal 353 10 5 0 141 142 10 1 140 57
Binary 11101011 1000 101 0 1100001 1100010 1000 1 1100000 101111

Color Harmonies of #EB0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0805

Black with #EB0805

Text Example


Text Example

White with #EB0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0805; }

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

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

background-color css

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

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

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

border-color css

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

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

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