Html Css Color HEX #AF2211 Fire Brick

📋 copy color: '#AF2211'

red 175 ◦ green 34 ◦ blue 17

#AF2211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AF2211

Tints of Fire Brick #AF2211

RGB

 RED value IS 175 (68.75% from 255) = 77.43%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 77.43%
G = 15.04%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2211 (or 0xAF2211) is known color: Fire Brick. HEX triplet: AF, 22 and 11. RGB value is (175,34,17). Sum of RGB (Red+Green+Blue) = 175+34+17=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2211 is #50DDEE. Grayscale: #4A4A4A. Windows color (decimal): -5299695 or 1122991. OLE color: 1122991.

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

Color convert

RGB 175 34 17 -
CMYK 0 0.81 0.90 0.31
HSL 6.46º 0.82% 0.38% -
HSV(B) 6.46º 0.9% 0.69% -
XYZ 18.35 10.3 1.55 -
YUV 74.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 175 34 17 0 0.81 0.90 0.31 6.46 0.82 0.38
Hex AF 22 11 0 51 5A 1F 6 52 26
Octal 257 42 21 0 121 132 37 6 122 46
Binary 10101111 100010 10001 0 1010001 1011010 11111 110 1010010 100110

Color Harmonies of #AF2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2211

Black with #AF2211

Text Example


Text Example

White with #AF2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2211; }

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

 H1.HeaderClassName
 {
   color: #AF2211;
 }
 .AnyTagClassName
 {
   color: #AF2211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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