Html Css Color HEX #AF141F Venetian Red

📋 copy color: '#AF141F'

red 175 ◦ green 20 ◦ blue 31

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

Shades of Venetian Red #AF141F

Tints of Venetian Red #AF141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 31 (12.5% from 255) = 13.72%

R = 77.43%
G = 8.85%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF141F (or 0xAF141F) is known color: Venetian Red. HEX triplet: AF, 14 and 1F. RGB value is (175,20,31). Sum of RGB (Red+Green+Blue) = 175+20+31=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF141F is #50EBE0. Grayscale: #434343. Windows color (decimal): -5303265 or 2036911. OLE color: 2036911.

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

Color convert

RGB 175 20 31 -
CMYK 0 0.89 0.82 0.31
HSL 355.74º 0.79% 0.38% -
HSV(B) 355.74º 0.89% 0.69% -
XYZ 18.18 9.71 2.21 -
YUV 67.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 175 20 31 0 0.89 0.82 0.31 355.74 0.79 0.38
Hex AF 14 1F 0 59 52 1F 164 4F 26
Octal 257 24 37 0 131 122 37 544 117 46
Binary 10101111 10100 11111 0 1011001 1010010 11111 101100100 1001111 100110

Color Harmonies of #AF141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF141F

Black with #AF141F

Text Example


Text Example

White with #AF141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF141F; }

 p { color: rgb(175,20,31); }

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

background-color css

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

 a { background-color: rgb(175,20,31); }

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

border-color css

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

 span { border-color: rgb(175,20,31); }

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