Html Css Color HEX #AD1717 Fire Brick

📋 copy color: '#AD1717'

red 173 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #AD1717

Tints of Fire Brick #AD1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 79%
G = 10.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1717 (or 0xAD1717) is known color: Fire Brick. HEX triplet: AD, 17 and 17. RGB value is (173,23,23). Sum of RGB (Red+Green+Blue) = 173+23+23=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1717 is #52E8E8. Grayscale: #444444. Windows color (decimal): -5433577 or 1513389. OLE color: 1513389.

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

Color convert

RGB 173 23 23 -
CMYK 0 0.87 0.87 0.32
HSL 0.77% 0.38% -
HSV(B) 0.87% 0.68% -
XYZ 17.69 9.56 1.72 -
YUV 67.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 173 23 23 0 0.87 0.87 0.32 0 0.77 0.38
Hex AD 17 17 0 57 57 20 0 4D 26
Octal 255 27 27 0 127 127 40 0 115 46
Binary 10101101 10111 10111 0 1010111 1010111 100000 0 1001101 100110

Color Harmonies of #AD1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1717

Black with #AD1717

Text Example


Text Example

White with #AD1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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