Html Css Color HEX #AF171F Venetian Red

📋 copy color: '#AF171F'

red 175 ◦ green 23 ◦ blue 31

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

Shades of Venetian Red #AF171F

Tints of Venetian Red #AF171F

RGB

 RED value IS 175 (68.75% from 255) = 76.42%

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

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 76.42%
G = 10.04%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF171F (or 0xAF171F) is known color: Venetian Red. HEX triplet: AF, 17 and 1F. RGB value is (175,23,31). Sum of RGB (Red+Green+Blue) = 175+23+31=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171F is #50E8E0. Grayscale: #454545. Windows color (decimal): -5302497 or 2037679. OLE color: 2037679.

HSL color Cylindrical-coordinate representation of color #AF171F: hue angle of 356.84º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF171F is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 31 -
CMYK 0 0.87 0.82 0.31
HSL 356.84º 0.77% 0.39% -
HSV(B) 356.84º 0.87% 0.69% -
XYZ 18.23 9.83 2.23 -
YUV 69.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 175 23 31 0 0.87 0.82 0.31 356.84 0.77 0.39
Hex AF 17 1F 0 57 52 1F 165 4D 27
Octal 257 27 37 0 127 122 37 545 115 47
Binary 10101111 10111 11111 0 1010111 1010010 11111 101100101 1001101 100111

Color Harmonies of #AF171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF171F

Black with #AF171F

Text Example


Text Example

White with #AF171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF171F; }

 p { color: rgb(175,23,31); }

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

background-color css

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

 a { background-color: rgb(175,23,31); }

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

border-color css

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

 span { border-color: rgb(175,23,31); }

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