Html Css Color HEX #AF1014 Venetian Red

📋 copy color: '#AF1014'

red 175 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #AF1014

Tints of Venetian Red #AF1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 82.94%
G = 7.58%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1014 (or 0xAF1014) is known color: Venetian Red. HEX triplet: AF, 10 and 14. RGB value is (175,16,20). Sum of RGB (Red+Green+Blue) = 175+16+20=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1014 is #50EFEB. Grayscale: #404040. Windows color (decimal): -5304300 or 1314991. OLE color: 1314991.

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

Color convert

RGB 175 16 20 -
CMYK 0 0.91 0.89 0.31
HSL 358.49º 0.83% 0.37% -
HSV(B) 358.49º 0.91% 0.69% -
XYZ 17.99 9.54 1.55 -
YUV 64 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 175 16 20 0 0.91 0.89 0.31 358.49 0.83 0.37
Hex AF 10 14 0 5B 59 1F 166 53 25
Octal 257 20 24 0 133 131 37 546 123 45
Binary 10101111 10000 10100 0 1011011 1011001 11111 101100110 1010011 100101

Color Harmonies of #AF1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1014

Black with #AF1014

Text Example


Text Example

White with #AF1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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