Html Css Color HEX #E00513 Venetian Red

📋 copy color: '#E00513'

red 224 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #E00513

Tints of Venetian Red #E00513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 90.32%
G = 2.02%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00513 (or 0xE00513) is known color: Venetian Red. HEX triplet: E0, 05 and 13. RGB value is (224,5,19). Sum of RGB (Red+Green+Blue) = 224+5+19=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00513 is #1FFAEC. Grayscale: #484848. Windows color (decimal): -2095853 or 1246688. OLE color: 1246688.

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

Color convert

RGB 224 5 19 -
CMYK 0 0.98 0.92 0.12
HSL 356.16º 0.96% 0.45% -
HSV(B) 356.16º 0.98% 0.88% -
XYZ 30.91 16 2.08 -
YUV 72.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 224 5 19 0 0.98 0.92 0.12 356.16 0.96 0.45
Hex E0 5 13 0 62 5C C 164 60 2D
Octal 340 5 23 0 142 134 14 544 140 55
Binary 11100000 101 10011 0 1100010 1011100 1100 101100100 1100000 101101

Color Harmonies of #E00513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00513

Black with #E00513

Text Example


Text Example

White with #E00513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00513; }

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

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

background-color css

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

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

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

border-color css

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

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

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