#AF1622

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

Shades of Fire Engine Red #AF1622

Tints of Fire Engine Red #AF1622

Color information

#AF1622 (or 0xAF1622) is unknown color: approx Fire Engine Red. HEX triplet: AF, 16 and 22. RGB value is (175,22,34). Sum of RGB (Red+Green+Blue) = 175+22+34=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1622 is #50E9DD. Grayscale: #454545. Windows color (decimal): -5302750 or 2234031. OLE color: 2234031.

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

Color convert

RGB1752234-
CMYK00.870.810.31
HSL355.29º77.66%38.63%-
HSV(B)355.29º87.43%68.63%-
XYZ18.259.82.44-
YUV69.11108.19203.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.76%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=75.76%
G=9.52%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175223400.870.810.31355.2977.6638.63
HexAF1622057511F1634e27
Octal257264201271213754311647
Binary1010111110110100010010101111010001111111011000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1622; }

 p { color: rgb(175,22,34); }

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

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

 a { background-color: rgb(175,22,34); }

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

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

 span { border-color: rgb(175,22,34); }

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