Html Css Color HEX #AD1921 Fire Engine Red

📋 copy color: '#AD1921'

red 173 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #AD1921

Tints of Fire Engine Red #AD1921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 74.89%
G = 10.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD1921 (or 0xAD1921) is known color: Fire Engine Red. HEX triplet: AD, 19 and 21. RGB value is (173,25,33). Sum of RGB (Red+Green+Blue) = 173+25+33=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1921 is #52E6DE. Grayscale: #464646. Windows color (decimal): -5433055 or 2169261. OLE color: 2169261.

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

Color convert

RGB 173 25 33 -
CMYK 0 0.86 0.81 0.32
HSL 356.76º 0.75% 0.39% -
HSV(B) 356.76º 0.86% 0.68% -
XYZ 17.86 9.69 2.37 -
YUV 70.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 173 25 33 0 0.86 0.81 0.32 356.76 0.75 0.39
Hex AD 19 21 0 56 51 20 165 4B 27
Octal 255 31 41 0 126 121 40 545 113 47
Binary 10101101 11001 100001 0 1010110 1010001 100000 101100101 1001011 100111

Color Harmonies of #AD1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1921

Black with #AD1921

Text Example


Text Example

White with #AD1921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1921; }

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

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

background-color css

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

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

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

border-color css

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

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

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