Html Css Color HEX #EB0901 Red

📋 copy color: '#EB0901'

red 235 ◦ green 9 ◦ blue 1

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

Shades of Red #EB0901

Tints of Red #EB0901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 95.92%
G = 3.67%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB0901 (or 0xEB0901) is known color: Red. HEX triplet: EB, 09 and 01. RGB value is (235,9,1). Sum of RGB (Red+Green+Blue) = 235+9+1=245 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.92% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0901 is #14F6FE. Grayscale: #4B4B4B. Windows color (decimal): -1373951 or 68075. OLE color: 68075.

HSL color Cylindrical-coordinate representation of color #EB0901: hue angle of 2.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 1 -
CMYK 0 0.96 1.00 0.08
HSL 2.05º 0.99% 0.46% -
HSV(B) 2.05º 1% 0.92% -
XYZ 34.36 17.86 1.66 -
YUV 75.66 85.87 241.65 -
System Red Green Blue C M Y K H S L
Decimal 235 9 1 0 0.96 1.00 0.08 2.05 0.99 0.46
Hex EB 9 1 0 60 64 8 2 63 2E
Octal 353 11 1 0 140 144 10 2 143 56
Binary 11101011 1001 1 0 1100000 1100100 1000 10 1100011 101110

Color Harmonies of #EB0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0901

Black with #EB0901

Text Example


Text Example

White with #EB0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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