Html Css Color HEX #E10B0B Red

📋 copy color: '#E10B0B'

red 225 ◦ green 11 ◦ blue 11

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

Shades of Red #E10B0B

Tints of Red #E10B0B

RGB

 RED value IS 225 (88.28% from 255) = 91.09%

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 91.09%
G = 4.45%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E10B0B (or 0xE10B0B) is known color: Red. HEX triplet: E1, 0B and 0B. RGB value is (225,11,11). Sum of RGB (Red+Green+Blue) = 225+11+11=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10B0B is #1EF4F4. Grayscale: #4B4B4B. Windows color (decimal): -2028789 or 723937. OLE color: 723937.

HSL color Cylindrical-coordinate representation of color #E10B0B: hue angle of 0º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 11 -
CMYK 0 0.95 0.95 0.12
HSL 0.91% 0.46% -
HSV(B) 0.95% 0.88% -
XYZ 31.23 16.27 1.81 -
YUV 74.99 91.9 235 -
System Red Green Blue C M Y K H S L
Decimal 225 11 11 0 0.95 0.95 0.12 0 0.91 0.46
Hex E1 B B 0 5F 5F C 0 5B 2E
Octal 341 13 13 0 137 137 14 0 133 56
Binary 11100001 1011 1011 0 1011111 1011111 1100 0 1011011 101110

Color Harmonies of #E10B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B0B

Black with #E10B0B

Text Example


Text Example

White with #E10B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B0B; }

 p { color: rgb(225,11,11); }

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

background-color css

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

 a { background-color: rgb(225,11,11); }

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

border-color css

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

 span { border-color: rgb(225,11,11); }

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