Html Css Color HEX #AF0617 Venetian Red

📋 copy color: '#AF0617'

red 175 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #AF0617

Tints of Venetian Red #AF0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

 BLUE value IS 23 (9.38% from 255) = 11.27%

R = 85.78%
G = 2.94%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0617 (or 0xAF0617) is known color: Venetian Red. HEX triplet: AF, 06 and 17. RGB value is (175,6,23). Sum of RGB (Red+Green+Blue) = 175+6+23=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0617 is #50F9E8. Grayscale: #3A3A3A. Windows color (decimal): -5306857 or 1509039. OLE color: 1509039.

HSL color Cylindrical-coordinate representation of color #AF0617: hue angle of 353.96º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0617 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 23 -
CMYK 0 0.97 0.87 0.31
HSL 353.96º 0.93% 0.35% -
HSV(B) 353.96º 0.97% 0.69% -
XYZ 17.9 9.31 1.66 -
YUV 58.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 175 6 23 0 0.97 0.87 0.31 353.96 0.93 0.35
Hex AF 6 17 0 61 57 1F 162 5D 23
Octal 257 6 27 0 141 127 37 542 135 43
Binary 10101111 110 10111 0 1100001 1010111 11111 101100010 1011101 100011

Color Harmonies of #AF0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0617

Black with #AF0617

Text Example


Text Example

White with #AF0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0617; }

 p { color: rgb(175,6,23); }

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

background-color css

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

 a { background-color: rgb(175,6,23); }

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

border-color css

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

 span { border-color: rgb(175,6,23); }

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