Html Css Color HEX #AF1417 Venetian Red

📋 copy color: '#AF1417'

red 175 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #AF1417

Tints of Venetian Red #AF1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 80.28%
G = 9.17%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF1417 (or 0xAF1417) is known color: Venetian Red. HEX triplet: AF, 14 and 17. RGB value is (175,20,23). Sum of RGB (Red+Green+Blue) = 175+20+23=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1417 is #50EBE8. Grayscale: #424242. Windows color (decimal): -5303273 or 1512623. OLE color: 1512623.

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

Color convert

RGB 175 20 23 -
CMYK 0 0.89 0.87 0.31
HSL 358.84º 0.79% 0.38% -
HSV(B) 358.84º 0.89% 0.69% -
XYZ 18.08 9.68 1.73 -
YUV 66.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 175 20 23 0 0.89 0.87 0.31 358.84 0.79 0.38
Hex AF 14 17 0 59 57 1F 167 4F 26
Octal 257 24 27 0 131 127 37 547 117 46
Binary 10101111 10100 10111 0 1011001 1010111 11111 101100111 1001111 100110

Color Harmonies of #AF1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1417

Black with #AF1417

Text Example


Text Example

White with #AF1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1417; }

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

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

background-color css

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

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

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

border-color css

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

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

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