Html Css Color HEX #AF1214 Venetian Red

📋 copy color: '#AF1214'

red 175 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #AF1214

Tints of Venetian Red #AF1214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 82.16%
G = 8.45%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1214 (or 0xAF1214) is known color: Venetian Red. HEX triplet: AF, 12 and 14. RGB value is (175,18,20). Sum of RGB (Red+Green+Blue) = 175+18+20=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1214 is #50EDEB. Grayscale: #414141. Windows color (decimal): -5303788 or 1315503. OLE color: 1315503.

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

Color convert

RGB 175 18 20 -
CMYK 0 0.90 0.89 0.31
HSL 359.24º 0.81% 0.38% -
HSV(B) 359.24º 0.9% 0.69% -
XYZ 18.02 9.6 1.56 -
YUV 65.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 175 18 20 0 0.90 0.89 0.31 359.24 0.81 0.38
Hex AF 12 14 0 5A 59 1F 167 51 26
Octal 257 22 24 0 132 131 37 547 121 46
Binary 10101111 10010 10100 0 1011010 1011001 11111 101100111 1010001 100110

Color Harmonies of #AF1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1214

Black with #AF1214

Text Example


Text Example

White with #AF1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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