Html Css Color HEX #E50B08 Red

📋 copy color: '#E50B08'

red 229 ◦ green 11 ◦ blue 8

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

Shades of Red #E50B08

Tints of Red #E50B08

RGB

 RED value IS 229 (89.84% from 255) = 92.34%

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

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

R = 92.34%
G = 4.44%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50B08 (or 0xE50B08) is known color: Red. HEX triplet: E5, 0B and 08. RGB value is (229,11,8). Sum of RGB (Red+Green+Blue) = 229+11+8=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50B08 is #1AF4F7. Grayscale: #4C4C4C. Windows color (decimal): -1766648 or 527333. OLE color: 527333.

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

Color convert

RGB 229 11 8 -
CMYK 0 0.95 0.97 0.10
HSL 0.81º 0.93% 0.46% -
HSV(B) 0.81º 0.97% 0.9% -
XYZ 32.48 16.91 1.78 -
YUV 75.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 229 11 8 0 0.95 0.97 0.10 0.81 0.93 0.46
Hex E5 B 8 0 5F 61 A 1 5D 2E
Octal 345 13 10 0 137 141 12 1 135 56
Binary 11100101 1011 1000 0 1011111 1100001 1010 1 1011101 101110

Color Harmonies of #E50B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B08

Black with #E50B08

Text Example


Text Example

White with #E50B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B08; }

 p { color: rgb(229,11,8); }

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

background-color css

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

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

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

border-color css

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

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

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