Html Css Color HEX #E00713 Venetian Red

📋 copy color: '#E00713'

red 224 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #E00713

Tints of Venetian Red #E00713

RGB

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

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

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

R = 89.6%
G = 2.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00713 (or 0xE00713) is known color: Venetian Red. HEX triplet: E0, 07 and 13. RGB value is (224,7,19). Sum of RGB (Red+Green+Blue) = 224+7+19=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00713 is #1FF8EC. Grayscale: #494949. Windows color (decimal): -2095341 or 1247200. OLE color: 1247200.

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

Color convert

RGB 224 7 19 -
CMYK 0 0.97 0.92 0.12
HSL 356.68º 0.94% 0.45% -
HSV(B) 356.68º 0.97% 0.88% -
XYZ 30.93 16.05 2.08 -
YUV 73.25 97.39 235.52 -
System Red Green Blue C M Y K H S L
Decimal 224 7 19 0 0.97 0.92 0.12 356.68 0.94 0.45
Hex E0 7 13 0 61 5C C 165 5E 2D
Octal 340 7 23 0 141 134 14 545 136 55
Binary 11100000 111 10011 0 1100001 1011100 1100 101100101 1011110 101101

Color Harmonies of #E00713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00713

Black with #E00713

Text Example


Text Example

White with #E00713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00713; }

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

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

background-color css

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

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

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

border-color css

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

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

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