Html Css Color HEX #AF1122 Venetian Red

📋 copy color: '#AF1122'

red 175 ◦ green 17 ◦ blue 34

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

Shades of Venetian Red #AF1122

Tints of Venetian Red #AF1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 77.43%
G = 7.52%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1122 (or 0xAF1122) is known color: Venetian Red. HEX triplet: AF, 11 and 22. RGB value is (175,17,34). Sum of RGB (Red+Green+Blue) = 175+17+34=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1122 is #50EEDD. Grayscale: #424242. Windows color (decimal): -5304030 or 2232751. OLE color: 2232751.

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

Color convert

RGB 175 17 34 -
CMYK 0 0.90 0.81 0.31
HSL 353.54º 0.82% 0.38% -
HSV(B) 353.54º 0.9% 0.69% -
XYZ 18.17 9.63 2.41 -
YUV 66.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 175 17 34 0 0.90 0.81 0.31 353.54 0.82 0.38
Hex AF 11 22 0 5A 51 1F 162 52 26
Octal 257 21 42 0 132 121 37 542 122 46
Binary 10101111 10001 100010 0 1011010 1010001 11111 101100010 1010010 100110

Color Harmonies of #AF1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1122

Black with #AF1122

Text Example


Text Example

White with #AF1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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