Html Css Color HEX #E00017 Venetian Red

📋 copy color: '#E00017'

red 224 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #E00017

Tints of Venetian Red #E00017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 90.69%
G = 0%
B = 9.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00017 (or 0xE00017) is known color: Venetian Red. HEX triplet: E0, 00 and 17. RGB value is (224,0,23). Sum of RGB (Red+Green+Blue) = 224+0+23=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E00017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00017 is #1FFFE8. Grayscale: #454545. Windows color (decimal): -2097129 or 1507552. OLE color: 1507552.

HSL color Cylindrical-coordinate representation of color #E00017: hue angle of 353.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 23 -
CMYK 0 1 0.90 0.12
HSL 353.84º 1% 0.44% -
HSV(B) 353.84º 1% 0.88% -
XYZ 30.9 15.91 2.25 -
YUV 69.6 101.71 238.13 -
System Red Green Blue C M Y K H S L
Decimal 224 0 23 0 1 0.90 0.12 353.84 1 0.44
Hex E0 0 17 0 64 5A C 162 64 2C
Octal 340 0 27 0 144 132 14 542 144 54
Binary 11100000 0 10111 0 1100100 1011010 1100 101100010 1100100 101100

Color Harmonies of #E00017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00017

Black with #E00017

Text Example


Text Example

White with #E00017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00017; }

 p { color: rgb(224,0,23); }

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

background-color css

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

 a { background-color: rgb(224,0,23); }

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

border-color css

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

 span { border-color: rgb(224,0,23); }

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