#af2714

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

Shades of Fire Brick #AF2714

Tints of Fire Brick #AF2714

Color information

#AF2714 (or 0xAF2714) is unknown color: approx Fire Brick. HEX triplet: AF, 27 and 14. RGB value is (175,39,20). Sum of RGB (Red+Green+Blue) = 175+39+20=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2714 is #50D8EB. Grayscale: #4D4D4D. Windows color (decimal): -5298412 or 1320879. OLE color: 1320879.

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

Color convert

RGB1753920-
CMYK00.780.890.31
HSL7.35º79.49%38.24%-
HSV(B)7.35º88.57%68.63%-
XYZ18.5310.621.73-
YUV77.595.56197.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=74.79%
G=16.67%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175392000.780.890.317.3579.4938.24
HexAF271404E591F74f26
Octal2574724011613137711746
Binary1010111110011110100010011101011001111111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2714; }

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

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

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

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

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

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

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

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