Html Css Color HEX #D1121E Fire Engine Red

📋 copy color: '#D1121E'

red 209 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #D1121E

Tints of Fire Engine Red #D1121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 81.32%
G = 7%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1121E (or 0xD1121E) is known color: Fire Engine Red. HEX triplet: D1, 12 and 1E. RGB value is (209,18,30). Sum of RGB (Red+Green+Blue) = 209+18+30=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1121E is #2EEDE1. Grayscale: #4C4C4C. Windows color (decimal): -3075554 or 1970897. OLE color: 1970897.

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

Color convert

RGB 209 18 30 -
CMYK 0 0.91 0.86 0.18
HSL 356.23º 0.84% 0.45% -
HSV(B) 356.23º 0.91% 0.82% -
XYZ 26.75 14.08 2.54 -
YUV 76.48 101.78 222.52 -
System Red Green Blue C M Y K H S L
Decimal 209 18 30 0 0.91 0.86 0.18 356.23 0.84 0.45
Hex D1 12 1E 0 5B 56 12 164 54 2D
Octal 321 22 36 0 133 126 22 544 124 55
Binary 11010001 10010 11110 0 1011011 1010110 10010 101100100 1010100 101101

Color Harmonies of #D1121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1121E

Black with #D1121E

Text Example


Text Example

White with #D1121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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