Html Css Color HEX #AF221C Fire Brick

📋 copy color: '#AF221C'

red 175 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #AF221C

Tints of Fire Brick #AF221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 73.84%
G = 14.35%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF221C (or 0xAF221C) is known color: Fire Brick. HEX triplet: AF, 22 and 1C. RGB value is (175,34,28). Sum of RGB (Red+Green+Blue) = 175+34+28=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF221C is #50DDE3. Grayscale: #4B4B4B. Windows color (decimal): -5299684 or 1843887. OLE color: 1843887.

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

Color convert

RGB 175 34 28 -
CMYK 0 0.81 0.84 0.31
HSL 2.45º 0.72% 0.4% -
HSV(B) 2.45º 0.84% 0.69% -
XYZ 18.46 10.34 2.12 -
YUV 75.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 175 34 28 0 0.81 0.84 0.31 2.45 0.72 0.4
Hex AF 22 1C 0 51 54 1F 2 48 28
Octal 257 42 34 0 121 124 37 2 110 50
Binary 10101111 100010 11100 0 1010001 1010100 11111 10 1001000 101000

Color Harmonies of #AF221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF221C

Black with #AF221C

Text Example


Text Example

White with #AF221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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