Html Css Color HEX #EB0908 Red

📋 copy color: '#EB0908'

red 235 ◦ green 9 ◦ blue 8

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

Shades of Red #EB0908

Tints of Red #EB0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 93.25%
G = 3.57%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB0908 (or 0xEB0908) is known color: Red. HEX triplet: EB, 09 and 08. RGB value is (235,9,8). Sum of RGB (Red+Green+Blue) = 235+9+8=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0908 is #14F6F7. Grayscale: #4C4C4C. Windows color (decimal): -1373944 or 526827. OLE color: 526827.

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

Color convert

RGB 235 9 8 -
CMYK 0 0.96 0.97 0.08
HSL 0.26º 0.93% 0.48% -
HSV(B) 0.26º 0.97% 0.92% -
XYZ 34.4 17.88 1.87 -
YUV 76.46 89.37 241.08 -
System Red Green Blue C M Y K H S L
Decimal 235 9 8 0 0.96 0.97 0.08 0.26 0.93 0.48
Hex EB 9 8 0 60 61 8 0 5D 30
Octal 353 11 10 0 140 141 10 0 135 60
Binary 11101011 1001 1000 0 1100000 1100001 1000 0 1011101 110000

Color Harmonies of #EB0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0908

Black with #EB0908

Text Example


Text Example

White with #EB0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0908; }

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

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

background-color css

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

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

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

border-color css

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

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

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