Html Css Color HEX #AF2115 Fire Brick

📋 copy color: '#AF2115'

red 175 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #AF2115

Tints of Fire Brick #AF2115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 76.42%
G = 14.41%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF2115 (or 0xAF2115) is known color: Fire Brick. HEX triplet: AF, 21 and 15. RGB value is (175,33,21). Sum of RGB (Red+Green+Blue) = 175+33+21=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2115 is #50DEEA. Grayscale: #4A4A4A. Windows color (decimal): -5299947 or 1384879. OLE color: 1384879.

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

Color convert

RGB 175 33 21 -
CMYK 0 0.81 0.88 0.31
HSL 4.68º 0.79% 0.38% -
HSV(B) 4.68º 0.88% 0.69% -
XYZ 18.36 10.26 1.72 -
YUV 74.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 175 33 21 0 0.81 0.88 0.31 4.68 0.79 0.38
Hex AF 21 15 0 51 58 1F 5 4F 26
Octal 257 41 25 0 121 130 37 5 117 46
Binary 10101111 100001 10101 0 1010001 1011000 11111 101 1001111 100110

Color Harmonies of #AF2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2115

Black with #AF2115

Text Example


Text Example

White with #AF2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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