Html Css Color HEX #AF1516 Venetian Red

📋 copy color: '#AF1516'

red 175 ◦ green 21 ◦ blue 22

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

Shades of Venetian Red #AF1516

Tints of Venetian Red #AF1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 80.28%
G = 9.63%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF1516 (or 0xAF1516) is known color: Venetian Red. HEX triplet: AF, 15 and 16. RGB value is (175,21,22). Sum of RGB (Red+Green+Blue) = 175+21+22=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1516 is #50EAE9. Grayscale: #434343. Windows color (decimal): -5303018 or 1447343. OLE color: 1447343.

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

Color convert

RGB 175 21 22 -
CMYK 0 0.88 0.87 0.31
HSL 359.61º 0.79% 0.38% -
HSV(B) 359.61º 0.88% 0.69% -
XYZ 18.09 9.71 1.68 -
YUV 67.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 175 21 22 0 0.88 0.87 0.31 359.61 0.79 0.38
Hex AF 15 16 0 58 57 1F 168 4F 26
Octal 257 25 26 0 130 127 37 550 117 46
Binary 10101111 10101 10110 0 1011000 1010111 11111 101101000 1001111 100110

Color Harmonies of #AF1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1516

Black with #AF1516

Text Example


Text Example

White with #AF1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1516; }

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

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

background-color css

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

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

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

border-color css

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

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

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