Html Css Color HEX #AF1113 Venetian Red

📋 copy color: '#AF1113'

red 175 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #AF1113

Tints of Venetian Red #AF1113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9%

R = 82.94%
G = 8.06%
B = 9%

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

#AF1113 (or 0xAF1113) is known color: Venetian Red. HEX triplet: AF, 11 and 13. RGB value is (175,17,19). Sum of RGB (Red+Green+Blue) = 175+17+19=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1113 is #50EEEC. Grayscale: #404040. Windows color (decimal): -5304045 or 1249711. OLE color: 1249711.

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

Color convert

RGB 175 17 19 -
CMYK 0 0.90 0.89 0.31
HSL 359.24º 0.82% 0.38% -
HSV(B) 359.24º 0.9% 0.69% -
XYZ 18 9.56 1.51 -
YUV 64.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 175 17 19 0 0.90 0.89 0.31 359.24 0.82 0.38
Hex AF 11 13 0 5A 59 1F 167 52 26
Octal 257 21 23 0 132 131 37 547 122 46
Binary 10101111 10001 10011 0 1011010 1011001 11111 101100111 1010010 100110

Color Harmonies of #AF1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1113

Black with #AF1113

Text Example


Text Example

White with #AF1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1113; }

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

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

background-color css

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

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

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

border-color css

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

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

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