Html Css Color HEX #E00313 Venetian Red

📋 copy color: '#E00313'

red 224 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E00313

Tints of Venetian Red #E00313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 91.06%
G = 1.22%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00313 (or 0xE00313) is known color: Venetian Red. HEX triplet: E0, 03 and 13. RGB value is (224,3,19). Sum of RGB (Red+Green+Blue) = 224+3+19=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E00313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00313 is #1FFCEC. Grayscale: #474747. Windows color (decimal): -2096365 or 1246176. OLE color: 1246176.

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

Color convert

RGB 224 3 19 -
CMYK 0 0.99 0.92 0.12
HSL 355.66º 0.97% 0.45% -
HSV(B) 355.66º 0.99% 0.88% -
XYZ 30.89 15.96 2.07 -
YUV 70.9 98.72 237.2 -
System Red Green Blue C M Y K H S L
Decimal 224 3 19 0 0.99 0.92 0.12 355.66 0.97 0.45
Hex E0 3 13 0 63 5C C 164 61 2D
Octal 340 3 23 0 143 134 14 544 141 55
Binary 11100000 11 10011 0 1100011 1011100 1100 101100100 1100001 101101

Color Harmonies of #E00313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00313

Black with #E00313

Text Example


Text Example

White with #E00313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00313; }

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

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

background-color css

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

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

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

border-color css

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

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

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