Html Css Color HEX #AF1617 Venetian Red

📋 copy color: '#AF1617'

red 175 ◦ green 22 ◦ blue 23

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

Shades of Venetian Red #AF1617

Tints of Venetian Red #AF1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 79.55%
G = 10%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF1617 (or 0xAF1617) is known color: Venetian Red. HEX triplet: AF, 16 and 17. RGB value is (175,22,23). Sum of RGB (Red+Green+Blue) = 175+22+23=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1617 is #50E9E8. Grayscale: #444444. Windows color (decimal): -5302761 or 1513135. OLE color: 1513135.

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

Color convert

RGB 175 22 23 -
CMYK 0 0.87 0.87 0.31
HSL 359.61º 0.78% 0.39% -
HSV(B) 359.61º 0.87% 0.69% -
XYZ 18.12 9.75 1.74 -
YUV 67.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 175 22 23 0 0.87 0.87 0.31 359.61 0.78 0.39
Hex AF 16 17 0 57 57 1F 168 4E 27
Octal 257 26 27 0 127 127 37 550 116 47
Binary 10101111 10110 10111 0 1010111 1010111 11111 101101000 1001110 100111

Color Harmonies of #AF1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1617

Black with #AF1617

Text Example


Text Example

White with #AF1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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