Html Css Color HEX #AF1011 Venetian Red

📋 copy color: '#AF1011'

red 175 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #AF1011

Tints of Venetian Red #AF1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 84.13%
G = 7.69%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1011 (or 0xAF1011) is known color: Venetian Red. HEX triplet: AF, 10 and 11. RGB value is (175,16,17). Sum of RGB (Red+Green+Blue) = 175+16+17=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1011 is #50EFEE. Grayscale: #3F3F3F. Windows color (decimal): -5304303 or 1118383. OLE color: 1118383.

HSL color Cylindrical-coordinate representation of color #AF1011: hue angle of 359.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1011 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 17 -
CMYK 0 0.91 0.90 0.31
HSL 359.62º 0.83% 0.37% -
HSV(B) 359.62º 0.91% 0.69% -
XYZ 17.97 9.53 1.42 -
YUV 63.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 175 16 17 0 0.91 0.90 0.31 359.62 0.83 0.37
Hex AF 10 11 0 5B 5A 1F 168 53 25
Octal 257 20 21 0 133 132 37 550 123 45
Binary 10101111 10000 10001 0 1011011 1011010 11111 101101000 1010011 100101

Color Harmonies of #AF1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1011

Black with #AF1011

Text Example


Text Example

White with #AF1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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