Html Css Color HEX #AF111E Venetian Red

📋 copy color: '#AF111E'

red 175 ◦ green 17 ◦ blue 30

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

Shades of Venetian Red #AF111E

Tints of Venetian Red #AF111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 78.83%
G = 7.66%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF111E (or 0xAF111E) is known color: Venetian Red. HEX triplet: AF, 11 and 1E. RGB value is (175,17,30). Sum of RGB (Red+Green+Blue) = 175+17+30=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111E is #50EEE1. Grayscale: #414141. Windows color (decimal): -5304034 or 1970607. OLE color: 1970607.

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

Color convert

RGB 175 17 30 -
CMYK 0 0.90 0.83 0.31
HSL 355.06º 0.82% 0.38% -
HSV(B) 355.06º 0.9% 0.69% -
XYZ 18.11 9.61 2.13 -
YUV 65.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 175 17 30 0 0.90 0.83 0.31 355.06 0.82 0.38
Hex AF 11 1E 0 5A 53 1F 163 52 26
Octal 257 21 36 0 132 123 37 543 122 46
Binary 10101111 10001 11110 0 1011010 1010011 11111 101100011 1010010 100110

Color Harmonies of #AF111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF111E

Black with #AF111E

Text Example


Text Example

White with #AF111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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