Html Css Color HEX #E00510 Venetian Red

📋 copy color: '#E00510'

red 224 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #E00510

Tints of Venetian Red #E00510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 91.43%
G = 2.04%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E00510 (or 0xE00510) is known color: Venetian Red. HEX triplet: E0, 05 and 10. RGB value is (224,5,16). Sum of RGB (Red+Green+Blue) = 224+5+16=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E00510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00510 is #1FFAEF. Grayscale: #474747. Windows color (decimal): -2095856 or 1050080. OLE color: 1050080.

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

Color convert

RGB 224 5 16 -
CMYK 0 0.98 0.93 0.12
HSL 356.99º 0.96% 0.45% -
HSV(B) 356.99º 0.98% 0.88% -
XYZ 30.89 15.99 1.95 -
YUV 71.74 96.55 236.61 -
System Red Green Blue C M Y K H S L
Decimal 224 5 16 0 0.98 0.93 0.12 356.99 0.96 0.45
Hex E0 5 10 0 62 5D C 165 60 2D
Octal 340 5 20 0 142 135 14 545 140 55
Binary 11100000 101 10000 0 1100010 1011101 1100 101100101 1100000 101101

Color Harmonies of #E00510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00510

Black with #E00510

Text Example


Text Example

White with #E00510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00510; }

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

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

background-color css

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

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

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

border-color css

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

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

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