Html Css Color HEX #AD1917 Fire Brick

📋 copy color: '#AD1917'

red 173 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #AD1917

Tints of Fire Brick #AD1917

RGB

 RED value IS 173 (67.97% from 255) = 78.28%

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 78.28%
G = 11.31%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1917 (or 0xAD1917) is known color: Fire Brick. HEX triplet: AD, 19 and 17. RGB value is (173,25,23). Sum of RGB (Red+Green+Blue) = 173+25+23=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1917 is #52E6E8. Grayscale: #454545. Windows color (decimal): -5433065 or 1513901. OLE color: 1513901.

HSL color Cylindrical-coordinate representation of color #AD1917: hue angle of 0.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1917 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 23 -
CMYK 0 0.86 0.87 0.32
HSL 0.8º 0.77% 0.38% -
HSV(B) 0.8º 0.87% 0.68% -
XYZ 17.74 9.64 1.74 -
YUV 69.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 173 25 23 0 0.86 0.87 0.32 0.8 0.77 0.38
Hex AD 19 17 0 56 57 20 1 4D 26
Octal 255 31 27 0 126 127 40 1 115 46
Binary 10101101 11001 10111 0 1010110 1010111 100000 1 1001101 100110

Color Harmonies of #AD1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1917

Black with #AD1917

Text Example


Text Example

White with #AD1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1917; }

 p { color: rgb(173,25,23); }

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

background-color css

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

 a { background-color: rgb(173,25,23); }

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

border-color css

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

 span { border-color: rgb(173,25,23); }

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