Html Css Color HEX #D1122A Fire Engine Red

📋 copy color: '#D1122A'

red 209 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #D1122A

Tints of Fire Engine Red #D1122A

RGB

 RED value IS 209 (82.03% from 255) = 77.7%

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

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

R = 77.7%
G = 6.69%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1122A (or 0xD1122A) is known color: Fire Engine Red. HEX triplet: D1, 12 and 2A. RGB value is (209,18,42). Sum of RGB (Red+Green+Blue) = 209+18+42=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1122A is #2EEDD5. Grayscale: #4D4D4D. Windows color (decimal): -3075542 or 2757329. OLE color: 2757329.

HSL color Cylindrical-coordinate representation of color #D1122A: hue angle of 352.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1122A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 42 -
CMYK 0 0.91 0.80 0.18
HSL 352.46º 0.84% 0.45% -
HSV(B) 352.46º 0.91% 0.82% -
XYZ 26.93 14.16 3.5 -
YUV 77.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 209 18 42 0 0.91 0.80 0.18 352.46 0.84 0.45
Hex D1 12 2A 0 5B 50 12 160 54 2D
Octal 321 22 52 0 133 120 22 540 124 55
Binary 11010001 10010 101010 0 1011011 1010000 10010 101100000 1010100 101101

Color Harmonies of #D1122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1122A

Black with #D1122A

Text Example


Text Example

White with #D1122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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