Html Css Color HEX #AF1119 Venetian Red

📋 copy color: '#AF1119'

red 175 ◦ green 17 ◦ blue 25

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

Shades of Venetian Red #AF1119

Tints of Venetian Red #AF1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

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

R = 80.65%
G = 7.83%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF1119 (or 0xAF1119) is known color: Venetian Red. HEX triplet: AF, 11 and 19. RGB value is (175,17,25). Sum of RGB (Red+Green+Blue) = 175+17+25=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1119 is #50EEE6. Grayscale: #414141. Windows color (decimal): -5304039 or 1642927. OLE color: 1642927.

HSL color Cylindrical-coordinate representation of color #AF1119: hue angle of 356.96º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1119 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 25 -
CMYK 0 0.90 0.86 0.31
HSL 356.96º 0.82% 0.38% -
HSV(B) 356.96º 0.9% 0.69% -
XYZ 18.06 9.59 1.82 -
YUV 65.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 175 17 25 0 0.90 0.86 0.31 356.96 0.82 0.38
Hex AF 11 19 0 5A 56 1F 165 52 26
Octal 257 21 31 0 132 126 37 545 122 46
Binary 10101111 10001 11001 0 1011010 1010110 11111 101100101 1010010 100110

Color Harmonies of #AF1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1119

Black with #AF1119

Text Example


Text Example

White with #AF1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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