Html Css Color HEX #AF1314 Venetian Red

📋 copy color: '#AF1314'

red 175 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #AF1314

Tints of Venetian Red #AF1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 81.78%
G = 8.88%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1314 (or 0xAF1314) is known color: Venetian Red. HEX triplet: AF, 13 and 14. RGB value is (175,19,20). Sum of RGB (Red+Green+Blue) = 175+19+20=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1314 is #50ECEB. Grayscale: #414141. Windows color (decimal): -5303532 or 1315759. OLE color: 1315759.

HSL color Cylindrical-coordinate representation of color #AF1314: hue angle of 359.62º degrees, saturation: 0.8, 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 #AF1314 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 20 -
CMYK 0 0.89 0.89 0.31
HSL 359.62º 0.8% 0.38% -
HSV(B) 359.62º 0.89% 0.69% -
XYZ 18.04 9.63 1.57 -
YUV 65.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 175 19 20 0 0.89 0.89 0.31 359.62 0.8 0.38
Hex AF 13 14 0 59 59 1F 168 50 26
Octal 257 23 24 0 131 131 37 550 120 46
Binary 10101111 10011 10100 0 1011001 1011001 11111 101101000 1010000 100110

Color Harmonies of #AF1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1314

Black with #AF1314

Text Example


Text Example

White with #AF1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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