Html Css Color HEX #AF1719 Venetian Red

📋 copy color: '#AF1719'

red 175 ◦ green 23 ◦ blue 25

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

Shades of Venetian Red #AF1719

Tints of Venetian Red #AF1719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 78.48%
G = 10.31%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF1719 (or 0xAF1719) is known color: Venetian Red. HEX triplet: AF, 17 and 19. RGB value is (175,23,25). Sum of RGB (Red+Green+Blue) = 175+23+25=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1719 is #50E8E6. Grayscale: #444444. Windows color (decimal): -5302503 or 1644463. OLE color: 1644463.

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

Color convert

RGB 175 23 25 -
CMYK 0 0.87 0.86 0.31
HSL 359.21º 0.77% 0.39% -
HSV(B) 359.21º 0.87% 0.69% -
XYZ 18.16 9.8 1.85 -
YUV 68.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 175 23 25 0 0.87 0.86 0.31 359.21 0.77 0.39
Hex AF 17 19 0 57 56 1F 167 4D 27
Octal 257 27 31 0 127 126 37 547 115 47
Binary 10101111 10111 11001 0 1010111 1010110 11111 101100111 1001101 100111

Color Harmonies of #AF1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1719

Black with #AF1719

Text Example


Text Example

White with #AF1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1719; }

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

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

background-color css

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

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

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

border-color css

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

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

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