Html Css Color HEX #AD1923 Fire Engine Red

📋 copy color: '#AD1923'

red 173 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #AD1923

Tints of Fire Engine Red #AD1923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 74.25%
G = 10.73%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1923 (or 0xAD1923) is known color: Fire Engine Red. HEX triplet: AD, 19 and 23. RGB value is (173,25,35). Sum of RGB (Red+Green+Blue) = 173+25+35=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1923 is #52E6DC. Grayscale: #464646. Windows color (decimal): -5433053 or 2300333. OLE color: 2300333.

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

Color convert

RGB 173 25 35 -
CMYK 0 0.86 0.80 0.32
HSL 355.95º 0.75% 0.39% -
HSV(B) 355.95º 0.86% 0.68% -
XYZ 17.88 9.7 2.52 -
YUV 70.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 173 25 35 0 0.86 0.80 0.32 355.95 0.75 0.39
Hex AD 19 23 0 56 50 20 164 4B 27
Octal 255 31 43 0 126 120 40 544 113 47
Binary 10101101 11001 100011 0 1010110 1010000 100000 101100100 1001011 100111

Color Harmonies of #AD1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1923

Black with #AD1923

Text Example


Text Example

White with #AD1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1923; }

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

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

background-color css

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

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

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

border-color css

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

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

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