Html Css Color HEX #AF2214 Fire Brick

📋 copy color: '#AF2214'

red 175 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #AF2214

Tints of Fire Brick #AF2214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 76.42%
G = 14.85%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2214 (or 0xAF2214) is known color: Fire Brick. HEX triplet: AF, 22 and 14. RGB value is (175,34,20). Sum of RGB (Red+Green+Blue) = 175+34+20=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2214 is #50DDEB. Grayscale: #4A4A4A. Windows color (decimal): -5299692 or 1319599. OLE color: 1319599.

HSL color Cylindrical-coordinate representation of color #AF2214: hue angle of 5.42º 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 #AF2214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 20 -
CMYK 0 0.81 0.89 0.31
HSL 5.42º 0.79% 0.38% -
HSV(B) 5.42º 0.89% 0.69% -
XYZ 18.38 10.31 1.68 -
YUV 74.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 175 34 20 0 0.81 0.89 0.31 5.42 0.79 0.38
Hex AF 22 14 0 51 59 1F 5 4F 26
Octal 257 42 24 0 121 131 37 5 117 46
Binary 10101111 100010 10100 0 1010001 1011001 11111 101 1001111 100110

Color Harmonies of #AF2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2214

Black with #AF2214

Text Example


Text Example

White with #AF2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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