Html Css Color HEX #AD1217 Venetian Red

📋 copy color: '#AD1217'

red 173 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #AD1217

Tints of Venetian Red #AD1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 80.84%
G = 8.41%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1217 (or 0xAD1217) is known color: Venetian Red. HEX triplet: AD, 12 and 17. RGB value is (173,18,23). Sum of RGB (Red+Green+Blue) = 173+18+23=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1217 is #52EDE8. Grayscale: #414141. Windows color (decimal): -5434857 or 1512109. OLE color: 1512109.

HSL color Cylindrical-coordinate representation of color #AD1217: hue angle of 358.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1217 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 23 -
CMYK 0 0.90 0.87 0.32
HSL 358.06º 0.81% 0.37% -
HSV(B) 358.06º 0.9% 0.68% -
XYZ 17.6 9.38 1.69 -
YUV 64.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 173 18 23 0 0.90 0.87 0.32 358.06 0.81 0.37
Hex AD 12 17 0 5A 57 20 166 51 25
Octal 255 22 27 0 132 127 40 546 121 45
Binary 10101101 10010 10111 0 1011010 1010111 100000 101100110 1010001 100101

Color Harmonies of #AD1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1217

Black with #AD1217

Text Example


Text Example

White with #AD1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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