Html Css Color HEX #AD1719 Venetian Red

📋 copy color: '#AD1719'

red 173 ◦ green 23 ◦ blue 25

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

Shades of Venetian Red #AD1719

Tints of Venetian Red #AD1719

RGB

 RED value IS 173 (67.97% from 255) = 78.28%

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 78.28%
G = 10.41%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1719 (or 0xAD1719) is known color: Venetian Red. HEX triplet: AD, 17 and 19. RGB value is (173,23,25). Sum of RGB (Red+Green+Blue) = 173+23+25=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1719 is #52E8E6. Grayscale: #444444. Windows color (decimal): -5433575 or 1644461. OLE color: 1644461.

HSL color Cylindrical-coordinate representation of color #AD1719: hue angle of 359.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1719 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 25 -
CMYK 0 0.87 0.86 0.32
HSL 359.2º 0.77% 0.38% -
HSV(B) 359.2º 0.87% 0.68% -
XYZ 17.72 9.57 1.83 -
YUV 68.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 173 23 25 0 0.87 0.86 0.32 359.2 0.77 0.38
Hex AD 17 19 0 57 56 20 167 4D 26
Octal 255 27 31 0 127 126 40 547 115 46
Binary 10101101 10111 11001 0 1010111 1010110 100000 101100111 1001101 100110

Color Harmonies of #AD1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1719

Black with #AD1719

Text Example


Text Example

White with #AD1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1719; }

 p { color: rgb(173,23,25); }

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

background-color css

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

 a { background-color: rgb(173,23,25); }

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

border-color css

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

 span { border-color: rgb(173,23,25); }

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