Html Css Color HEX #E00319 Venetian Red

📋 copy color: '#E00319'

red 224 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #E00319

Tints of Venetian Red #E00319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 88.89%
G = 1.19%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00319 (or 0xE00319) is known color: Venetian Red. HEX triplet: E0, 03 and 19. RGB value is (224,3,25). Sum of RGB (Red+Green+Blue) = 224+3+25=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00319 is #1FFCE6. Grayscale: #474747. Windows color (decimal): -2096359 or 1639392. OLE color: 1639392.

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

Color convert

RGB 224 3 25 -
CMYK 0 0.99 0.89 0.12
HSL 354.03º 0.97% 0.45% -
HSV(B) 354.03º 0.99% 0.88% -
XYZ 30.95 15.98 2.37 -
YUV 71.59 101.72 236.71 -
System Red Green Blue C M Y K H S L
Decimal 224 3 25 0 0.99 0.89 0.12 354.03 0.97 0.45
Hex E0 3 19 0 63 59 C 162 61 2D
Octal 340 3 31 0 143 131 14 542 141 55
Binary 11100000 11 11001 0 1100011 1011001 1100 101100010 1100001 101101

Color Harmonies of #E00319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00319

Black with #E00319

Text Example


Text Example

White with #E00319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00319; }

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

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

background-color css

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

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

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

border-color css

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

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

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