Html Css Color HEX #AF1517 Venetian Red

📋 copy color: '#AF1517'

red 175 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #AF1517

Tints of Venetian Red #AF1517

RGB

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

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

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

R = 79.91%
G = 9.59%
B = 10.5%

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

#AF1517 (or 0xAF1517) is known color: Venetian Red. HEX triplet: AF, 15 and 17. RGB value is (175,21,23). Sum of RGB (Red+Green+Blue) = 175+21+23=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1517 is #50EAE8. Grayscale: #434343. Windows color (decimal): -5303017 or 1512879. OLE color: 1512879.

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

Color convert

RGB 175 21 23 -
CMYK 0 0.88 0.87 0.31
HSL 359.22º 0.79% 0.38% -
HSV(B) 359.22º 0.88% 0.69% -
XYZ 18.1 9.71 1.73 -
YUV 67.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 175 21 23 0 0.88 0.87 0.31 359.22 0.79 0.38
Hex AF 15 17 0 58 57 1F 167 4F 26
Octal 257 25 27 0 130 127 37 547 117 46
Binary 10101111 10101 10111 0 1011000 1010111 11111 101100111 1001111 100110

Color Harmonies of #AF1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1517

Black with #AF1517

Text Example


Text Example

White with #AF1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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