#AF2022

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

Shades of Fire Engine Red #AF2022

Tints of Fire Engine Red #AF2022

Color information

#AF2022 (or 0xAF2022) is unknown color: approx Fire Engine Red. HEX triplet: AF, 20 and 22. RGB value is (175,32,34). Sum of RGB (Red+Green+Blue) = 175+32+34=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2022 is #50DFDD. Grayscale: #4B4B4B. Windows color (decimal): -5300190 or 2236591. OLE color: 2236591.

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

Color convert

RGB1753234-
CMYK00.820.810.31
HSL359.16º69.08%40.59%-
HSV(B)359.16º81.71%68.63%-
XYZ18.4810.262.52-
YUV74.98104.88199.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=72.61%
G=13.28%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175323400.820.810.31359.1669.0840.59
HexAF2022052511F1674529
Octal257404201221213754710551
Binary10101111100000100010010100101010001111111011001111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2022; }

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

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

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

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

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

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

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

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