Html Css Color HEX #E00718 Venetian Red

📋 copy color: '#E00718'

red 224 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #E00718

Tints of Venetian Red #E00718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 87.84%
G = 2.75%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00718 (or 0xE00718) is known color: Venetian Red. HEX triplet: E0, 07 and 18. RGB value is (224,7,24). Sum of RGB (Red+Green+Blue) = 224+7+24=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E00718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00718 is #1FF8E7. Grayscale: #494949. Windows color (decimal): -2095336 or 1574880. OLE color: 1574880.

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

Color convert

RGB 224 7 24 -
CMYK 0 0.97 0.89 0.12
HSL 355.3º 0.94% 0.45% -
HSV(B) 355.3º 0.97% 0.88% -
XYZ 30.98 16.07 2.33 -
YUV 73.82 99.89 235.12 -
System Red Green Blue C M Y K H S L
Decimal 224 7 24 0 0.97 0.89 0.12 355.3 0.94 0.45
Hex E0 7 18 0 61 59 C 163 5E 2D
Octal 340 7 30 0 141 131 14 543 136 55
Binary 11100000 111 11000 0 1100001 1011001 1100 101100011 1011110 101101

Color Harmonies of #E00718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00718

Black with #E00718

Text Example


Text Example

White with #E00718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00718; }

 p { color: rgb(224,7,24); }

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

background-color css

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

 a { background-color: rgb(224,7,24); }

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

border-color css

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

 span { border-color: rgb(224,7,24); }

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