Html Css Color HEX #E00E0B Red

📋 copy color: '#E00E0B'

red 224 ◦ green 14 ◦ blue 11

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

Shades of Red #E00E0B

Tints of Red #E00E0B

RGB

 RED value IS 224 (87.89% from 255) = 89.96%

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 89.96%
G = 5.62%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E00E0B (or 0xE00E0B) is known color: Red. HEX triplet: E0, 0E and 0B. RGB value is (224,14,11). Sum of RGB (Red+Green+Blue) = 224+14+11=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00E0B is #1FF1F4. Grayscale: #4C4C4C. Windows color (decimal): -2093557 or 724704. OLE color: 724704.

HSL color Cylindrical-coordinate representation of color #E00E0B: hue angle of 0.85º 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 #E00E0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 11 -
CMYK 0 0.94 0.95 0.12
HSL 0.85º 0.91% 0.46% -
HSV(B) 0.85º 0.95% 0.88% -
XYZ 30.96 16.19 1.81 -
YUV 76.45 91.07 233.24 -
System Red Green Blue C M Y K H S L
Decimal 224 14 11 0 0.94 0.95 0.12 0.85 0.91 0.46
Hex E0 E B 0 5E 5F C 1 5B 2E
Octal 340 16 13 0 136 137 14 1 133 56
Binary 11100000 1110 1011 0 1011110 1011111 1100 1 1011011 101110

Color Harmonies of #E00E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E0B

Black with #E00E0B

Text Example


Text Example

White with #E00E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E0B; }

 p { color: rgb(224,14,11); }

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

background-color css

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

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

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

border-color css

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

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

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