Html Css Color HEX #E00814 Venetian Red

📋 copy color: '#E00814'

red 224 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #E00814

Tints of Venetian Red #E00814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 88.89%
G = 3.17%
B = 7.94%

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

#E00814 (or 0xE00814) is known color: Venetian Red. HEX triplet: E0, 08 and 14. RGB value is (224,8,20). Sum of RGB (Red+Green+Blue) = 224+8+20=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00814 is #1FF7EB. Grayscale: #4A4A4A. Windows color (decimal): -2095084 or 1312992. OLE color: 1312992.

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

Color convert

RGB 224 8 20 -
CMYK 0 0.96 0.91 0.12
HSL 356.67º 0.93% 0.45% -
HSV(B) 356.67º 0.96% 0.88% -
XYZ 30.95 16.07 2.13 -
YUV 73.95 97.56 235.02 -
System Red Green Blue C M Y K H S L
Decimal 224 8 20 0 0.96 0.91 0.12 356.67 0.93 0.45
Hex E0 8 14 0 60 5B C 165 5D 2D
Octal 340 10 24 0 140 133 14 545 135 55
Binary 11100000 1000 10100 0 1100000 1011011 1100 101100101 1011101 101101

Color Harmonies of #E00814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00814

Black with #E00814

Text Example


Text Example

White with #E00814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00814; }

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

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

background-color css

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

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

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

border-color css

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

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

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