Html Css Color HEX #AF171D Venetian Red

📋 copy color: '#AF171D'

red 175 ◦ green 23 ◦ blue 29

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

Shades of Venetian Red #AF171D

Tints of Venetian Red #AF171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 77.09%
G = 10.13%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF171D (or 0xAF171D) is known color: Venetian Red. HEX triplet: AF, 17 and 1D. RGB value is (175,23,29). Sum of RGB (Red+Green+Blue) = 175+23+29=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171D is #50E8E2. Grayscale: #454545. Windows color (decimal): -5302499 or 1906607. OLE color: 1906607.

HSL color Cylindrical-coordinate representation of color #AF171D: hue angle of 357.63º 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 #AF171D is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 29 -
CMYK 0 0.87 0.83 0.31
HSL 357.63º 0.77% 0.39% -
HSV(B) 357.63º 0.87% 0.69% -
XYZ 18.21 9.82 2.1 -
YUV 69.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 175 23 29 0 0.87 0.83 0.31 357.63 0.77 0.39
Hex AF 17 1D 0 57 53 1F 166 4D 27
Octal 257 27 35 0 127 123 37 546 115 47
Binary 10101111 10111 11101 0 1010111 1010011 11111 101100110 1001101 100111

Color Harmonies of #AF171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF171D

Black with #AF171D

Text Example


Text Example

White with #AF171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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