Html Css Color HEX #D9122A Fire Engine Red

📋 copy color: '#D9122A'

red 217 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #D9122A

Tints of Fire Engine Red #D9122A

RGB

 RED value IS 217 (85.16% from 255) = 78.34%

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 78.34%
G = 6.5%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9122A (or 0xD9122A) is known color: Fire Engine Red. HEX triplet: D9, 12 and 2A. RGB value is (217,18,42). Sum of RGB (Red+Green+Blue) = 217+18+42=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9122A is #26EDD5. Grayscale: #505050. Windows color (decimal): -2551254 or 2757337. OLE color: 2757337.

HSL color Cylindrical-coordinate representation of color #D9122A: hue angle of 352.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9122A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 42 -
CMYK 0 0.92 0.81 0.15
HSL 352.76º 0.85% 0.46% -
HSV(B) 352.76º 0.92% 0.85% -
XYZ 29.25 15.35 3.61 -
YUV 80.24 106.43 225.55 -
System Red Green Blue C M Y K H S L
Decimal 217 18 42 0 0.92 0.81 0.15 352.76 0.85 0.46
Hex D9 12 2A 0 5C 51 F 161 55 2E
Octal 331 22 52 0 134 121 17 541 125 56
Binary 11011001 10010 101010 0 1011100 1010001 1111 101100001 1010101 101110

Color Harmonies of #D9122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9122A

Black with #D9122A

Text Example


Text Example

White with #D9122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9122A; }

 p { color: rgb(217,18,42); }

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

background-color css

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

 a { background-color: rgb(217,18,42); }

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

border-color css

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

 span { border-color: rgb(217,18,42); }

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