Html Css Color HEX #AF2114 Fire Brick

📋 copy color: '#AF2114'

red 175 ◦ green 33 ◦ blue 20

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

Shades of Fire Brick #AF2114

Tints of Fire Brick #AF2114

RGB

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

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

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

R = 76.75%
G = 14.47%
B = 8.77%

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

#AF2114 (or 0xAF2114) is known color: Fire Brick. HEX triplet: AF, 21 and 14. RGB value is (175,33,20). Sum of RGB (Red+Green+Blue) = 175+33+20=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2114 is #50DEEB. Grayscale: #4A4A4A. Windows color (decimal): -5299948 or 1319343. OLE color: 1319343.

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

Color convert

RGB 175 33 20 -
CMYK 0 0.81 0.89 0.31
HSL 5.03º 0.79% 0.38% -
HSV(B) 5.03º 0.89% 0.69% -
XYZ 18.35 10.25 1.67 -
YUV 73.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 175 33 20 0 0.81 0.89 0.31 5.03 0.79 0.38
Hex AF 21 14 0 51 59 1F 5 4F 26
Octal 257 41 24 0 121 131 37 5 117 46
Binary 10101111 100001 10100 0 1010001 1011001 11111 101 1001111 100110

Color Harmonies of #AF2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2114

Black with #AF2114

Text Example


Text Example

White with #AF2114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2114; }

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

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

background-color css

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

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

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

border-color css

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

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

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