Html Css Color HEX #AF1114 Venetian Red

📋 copy color: '#AF1114'

red 175 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #AF1114

Tints of Venetian Red #AF1114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 82.55%
G = 8.02%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1114 (or 0xAF1114) is known color: Venetian Red. HEX triplet: AF, 11 and 14. RGB value is (175,17,20). Sum of RGB (Red+Green+Blue) = 175+17+20=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1114 is #50EEEB. Grayscale: #404040. Windows color (decimal): -5304044 or 1315247. OLE color: 1315247.

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

Color convert

RGB 175 17 20 -
CMYK 0 0.90 0.89 0.31
HSL 358.86º 0.82% 0.38% -
HSV(B) 358.86º 0.9% 0.69% -
XYZ 18.01 9.57 1.56 -
YUV 64.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 175 17 20 0 0.90 0.89 0.31 358.86 0.82 0.38
Hex AF 11 14 0 5A 59 1F 167 52 26
Octal 257 21 24 0 132 131 37 547 122 46
Binary 10101111 10001 10100 0 1011010 1011001 11111 101100111 1010010 100110

Color Harmonies of #AF1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1114

Black with #AF1114

Text Example


Text Example

White with #AF1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1114; }

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

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

background-color css

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

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

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

border-color css

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

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

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