Html Css Color HEX #E0000B Venetian Red

📋 copy color: '#E0000B'

red 224 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #E0000B

Tints of Venetian Red #E0000B

RGB

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

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

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

R = 95.32%
G = 0%
B = 4.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0000B (or 0xE0000B) is known color: Venetian Red. HEX triplet: E0, 00 and 0B. RGB value is (224,0,11). Sum of RGB (Red+Green+Blue) = 224+0+11=235 (31% of max value = 765). Red value is 224 (87.89% from 255 or 95.32% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 224 - color contains mainly: red. Hex color #E0000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0000B is #1FFFF4. Grayscale: #444444. Windows color (decimal): -2097141 or 721120. OLE color: 721120.

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

Color convert

RGB 224 0 11 -
CMYK 0 1 0.95 0.12
HSL 357.05º 1% 0.44% -
HSV(B) 357.05º 1% 0.88% -
XYZ 30.8 15.87 1.76 -
YUV 68.23 95.71 239.11 -
System Red Green Blue C M Y K H S L
Decimal 224 0 11 0 1 0.95 0.12 357.05 1 0.44
Hex E0 0 B 0 64 5F C 165 64 2C
Octal 340 0 13 0 144 137 14 545 144 54
Binary 11100000 0 1011 0 1100100 1011111 1100 101100101 1100100 101100

Color Harmonies of #E0000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0000B

Black with #E0000B

Text Example


Text Example

White with #E0000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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