Html Css Color HEX #E00515 Venetian Red

📋 copy color: '#E00515'

red 224 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #E00515

Tints of Venetian Red #E00515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 89.6%
G = 2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00515 (or 0xE00515) is known color: Venetian Red. HEX triplet: E0, 05 and 15. RGB value is (224,5,21). Sum of RGB (Red+Green+Blue) = 224+5+21=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00515 is #1FFAEA. Grayscale: #484848. Windows color (decimal): -2095851 or 1377760. OLE color: 1377760.

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

Color convert

RGB 224 5 21 -
CMYK 0 0.98 0.91 0.12
HSL 355.62º 0.96% 0.45% -
HSV(B) 355.62º 0.98% 0.88% -
XYZ 30.93 16.01 2.17 -
YUV 72.31 99.05 236.2 -
System Red Green Blue C M Y K H S L
Decimal 224 5 21 0 0.98 0.91 0.12 355.62 0.96 0.45
Hex E0 5 15 0 62 5B C 164 60 2D
Octal 340 5 25 0 142 133 14 544 140 55
Binary 11100000 101 10101 0 1100010 1011011 1100 101100100 1100000 101101

Color Harmonies of #E00515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00515

Black with #E00515

Text Example


Text Example

White with #E00515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00515; }

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

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

background-color css

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

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

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

border-color css

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

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

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