#AF2C21

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

Shades of Fire Brick #AF2C21

Tints of Fire Brick #AF2C21

Color information

#AF2C21 (or 0xAF2C21) is unknown color: approx Fire Brick. HEX triplet: AF, 2C and 21. RGB value is (175,44,33). Sum of RGB (Red+Green+Blue) = 175+44+33=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C21 is #50D3DE. Grayscale: #525252. Windows color (decimal): -5297119 or 2174127. OLE color: 2174127.

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

Color convert

RGB1754433-
CMYK00.750.810.31
HSL4.65º68.27%40.78%-
HSV(B)4.65º81.14%68.63%-
XYZ18.8511.032.57-
YUV81.91100.4194.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.44%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=69.44%
G=17.46%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175443300.750.810.314.6568.2740.78
HexAF2C2104B511F54429
Octal2575441011312137510451
Binary10101111101100100001010010111010001111111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C21; }

 p { color: rgb(175,44,33); }

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

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

 a { background-color: rgb(175,44,33); }

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

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

 span { border-color: rgb(175,44,33); }

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