#AF0414

Color #AF0414 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AF0414

Tints of Venetian Red #AF0414

Color information

#AF0414 (or 0xAF0414) is unknown color: approx Venetian Red. HEX triplet: AF, 04 and 14. RGB value is (175,4,20). Sum of RGB (Red+Green+Blue) = 175+4+20=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0414 is #50FBEB. Grayscale: #393939. Windows color (decimal): -5307372 or 1311919. OLE color: 1311919.

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

Color convert

RGB175420-
CMYK00.980.890.31
HSL354.39º95.53%35.1%-
HSV(B)354.39º97.71%68.63%-
XYZ17.859.251.51-
YUV56.95107.15212.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.94%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=87.94%
G=2.01%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17542000.980.890.31354.3995.5335.1
HexAF414062591F1626023
Octal25742401421313754214043
Binary1010111110010100011000101011001111111011000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0414; }

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

 H1.HeaderClassName
 {
   color: #AF0414;
 }
 .AnyTagClassName
 {
   color: #AF0414;
 }
</style>
background-color css

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

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

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

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

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

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