Html Css Color HEX #EB0900 Red

📋 copy color: '#EB0900'

red 235 ◦ green 9 ◦ blue 0

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

Shades of Red #EB0900

Tints of Red #EB0900

RGB

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

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

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

R = 96.31%
G = 3.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB0900 (or 0xEB0900) is known color: Red. HEX triplet: EB, 09 and 00. RGB value is (235,9,0). Sum of RGB (Red+Green+Blue) = 235+9+0=244 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.31% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0900 is #14F6FF. Grayscale: #4B4B4B. Windows color (decimal): -1373952 or 2539. OLE color: 2539.

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

Color convert

RGB 235 9 0 -
CMYK 0 0.96 1 0.08
HSL 2.3º 1% 0.46% -
HSV(B) 2.3º 1% 0.92% -
XYZ 34.36 17.86 1.64 -
YUV 75.55 85.37 241.73 -
System Red Green Blue C M Y K H S L
Decimal 235 9 0 0 0.96 1 0.08 2.3 1 0.46
Hex EB 9 0 0 60 64 8 2 64 2E
Octal 353 11 0 0 140 144 10 2 144 56
Binary 11101011 1001 0 0 1100000 1100100 1000 10 1100100 101110

Color Harmonies of #EB0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0900

Black with #EB0900

Text Example


Text Example

White with #EB0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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