Html Css Color HEX #AF211F Fire Brick

📋 copy color: '#AF211F'

red 175 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #AF211F

Tints of Fire Brick #AF211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 73.22%
G = 13.81%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF211F (or 0xAF211F) is known color: Fire Brick. HEX triplet: AF, 21 and 1F. RGB value is (175,33,31). Sum of RGB (Red+Green+Blue) = 175+33+31=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF211F is #50DEE0. Grayscale: #4B4B4B. Windows color (decimal): -5299937 or 2040239. OLE color: 2040239.

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

Color convert

RGB 175 33 31 -
CMYK 0 0.81 0.82 0.31
HSL 0.83º 0.7% 0.4% -
HSV(B) 0.83º 0.82% 0.69% -
XYZ 18.47 10.3 2.31 -
YUV 75.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 175 33 31 0 0.81 0.82 0.31 0.83 0.7 0.4
Hex AF 21 1F 0 51 52 1F 1 46 28
Octal 257 41 37 0 121 122 37 1 106 50
Binary 10101111 100001 11111 0 1010001 1010010 11111 1 1000110 101000

Color Harmonies of #AF211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF211F

Black with #AF211F

Text Example


Text Example

White with #AF211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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