Html Css Color HEX #AF1815 Fire Brick

📋 copy color: '#AF1815'

red 175 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #AF1815

Tints of Fire Brick #AF1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 79.55%
G = 10.91%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF1815 (or 0xAF1815) is known color: Fire Brick. HEX triplet: AF, 18 and 15. RGB value is (175,24,21). Sum of RGB (Red+Green+Blue) = 175+24+21=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1815 is #50E7EA. Grayscale: #444444. Windows color (decimal): -5302251 or 1382575. OLE color: 1382575.

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

Color convert

RGB 175 24 21 -
CMYK 0 0.86 0.88 0.31
HSL 1.17º 0.79% 0.38% -
HSV(B) 1.17º 0.88% 0.69% -
XYZ 18.14 9.82 1.65 -
YUV 68.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 175 24 21 0 0.86 0.88 0.31 1.17 0.79 0.38
Hex AF 18 15 0 56 58 1F 1 4F 26
Octal 257 30 25 0 126 130 37 1 117 46
Binary 10101111 11000 10101 0 1010110 1011000 11111 1 1001111 100110

Color Harmonies of #AF1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1815

Black with #AF1815

Text Example


Text Example

White with #AF1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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