Html Css Color HEX #D1111A Fire Engine Red

📋 copy color: '#D1111A'

red 209 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #D1111A

Tints of Fire Engine Red #D1111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 82.94%
G = 6.75%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1111A (or 0xD1111A) is known color: Fire Engine Red. HEX triplet: D1, 11 and 1A. RGB value is (209,17,26). Sum of RGB (Red+Green+Blue) = 209+17+26=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D1111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1111A is #2EEEE5. Grayscale: #4B4B4B. Windows color (decimal): -3075814 or 1708497. OLE color: 1708497.

HSL color Cylindrical-coordinate representation of color #D1111A: hue angle of 357.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 26 -
CMYK 0 0.92 0.88 0.18
HSL 357.19º 0.85% 0.44% -
HSV(B) 357.19º 0.92% 0.82% -
XYZ 26.68 14.03 2.28 -
YUV 75.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 209 17 26 0 0.92 0.88 0.18 357.19 0.85 0.44
Hex D1 11 1A 0 5C 58 12 165 55 2C
Octal 321 21 32 0 134 130 22 545 125 54
Binary 11010001 10001 11010 0 1011100 1011000 10010 101100101 1010101 101100

Color Harmonies of #D1111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1111A

Black with #D1111A

Text Example


Text Example

White with #D1111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1111A; }

 p { color: rgb(209,17,26); }

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

background-color css

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

 a { background-color: rgb(209,17,26); }

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

border-color css

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

 span { border-color: rgb(209,17,26); }

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