Html Css Color HEX #AF1615 Fire Brick

📋 copy color: '#AF1615'

red 175 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #AF1615

Tints of Fire Brick #AF1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 80.28%
G = 10.09%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF1615 (or 0xAF1615) is known color: Fire Brick. HEX triplet: AF, 16 and 15. RGB value is (175,22,21). Sum of RGB (Red+Green+Blue) = 175+22+21=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1615 is #50E9EA. Grayscale: #434343. Windows color (decimal): -5302763 or 1382063. OLE color: 1382063.

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

Color convert

RGB 175 22 21 -
CMYK 0 0.87 0.88 0.31
HSL 0.39º 0.79% 0.38% -
HSV(B) 0.39º 0.88% 0.69% -
XYZ 18.1 9.74 1.64 -
YUV 67.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 175 22 21 0 0.87 0.88 0.31 0.39 0.79 0.38
Hex AF 16 15 0 57 58 1F 0 4F 26
Octal 257 26 25 0 127 130 37 0 117 46
Binary 10101111 10110 10101 0 1010111 1011000 11111 0 1001111 100110

Color Harmonies of #AF1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1615

Black with #AF1615

Text Example


Text Example

White with #AF1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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