Html Css Color HEX #E00B10 Venetian Red

📋 copy color: '#E00B10'

red 224 ◦ green 11 ◦ blue 16

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

Shades of Venetian Red #E00B10

Tints of Venetian Red #E00B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 89.24%
G = 4.38%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E00B10 (or 0xE00B10) is known color: Venetian Red. HEX triplet: E0, 0B and 10. RGB value is (224,11,16). Sum of RGB (Red+Green+Blue) = 224+11+16=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00B10 is #1FF4EF. Grayscale: #4B4B4B. Windows color (decimal): -2094320 or 1051616. OLE color: 1051616.

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

Color convert

RGB 224 11 16 -
CMYK 0 0.95 0.93 0.12
HSL 358.59º 0.91% 0.46% -
HSV(B) 358.59º 0.95% 0.88% -
XYZ 30.95 16.12 1.97 -
YUV 75.26 94.57 234.09 -
System Red Green Blue C M Y K H S L
Decimal 224 11 16 0 0.95 0.93 0.12 358.59 0.91 0.46
Hex E0 B 10 0 5F 5D C 167 5B 2E
Octal 340 13 20 0 137 135 14 547 133 56
Binary 11100000 1011 10000 0 1011111 1011101 1100 101100111 1011011 101110

Color Harmonies of #E00B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B10

Black with #E00B10

Text Example


Text Example

White with #E00B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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