Html Css Color HEX #E00815 Venetian Red

📋 copy color: '#E00815'

red 224 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #E00815

Tints of Venetian Red #E00815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 88.54%
G = 3.16%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00815 (or 0xE00815) is known color: Venetian Red. HEX triplet: E0, 08 and 15. RGB value is (224,8,21). Sum of RGB (Red+Green+Blue) = 224+8+21=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E00815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00815 is #1FF7EA. Grayscale: #4A4A4A. Windows color (decimal): -2095083 or 1378528. OLE color: 1378528.

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

Color convert

RGB 224 8 21 -
CMYK 0 0.96 0.91 0.12
HSL 356.39º 0.93% 0.45% -
HSV(B) 356.39º 0.96% 0.88% -
XYZ 30.96 16.08 2.18 -
YUV 74.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 224 8 21 0 0.96 0.91 0.12 356.39 0.93 0.45
Hex E0 8 15 0 60 5B C 164 5D 2D
Octal 340 10 25 0 140 133 14 544 135 55
Binary 11100000 1000 10101 0 1100000 1011011 1100 101100100 1011101 101101

Color Harmonies of #E00815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00815

Black with #E00815

Text Example


Text Example

White with #E00815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00815; }

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

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

background-color css

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

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

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

border-color css

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

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

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