Html Css Color HEX #D11F2D Fire Engine Red

📋 copy color: '#D11F2D'

red 209 ◦ green 31 ◦ blue 45

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

Shades of Fire Engine Red #D11F2D

Tints of Fire Engine Red #D11F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 73.33%
G = 10.88%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D11F2D (or 0xD11F2D) is known color: Fire Engine Red. HEX triplet: D1, 1F and 2D. RGB value is (209,31,45). Sum of RGB (Red+Green+Blue) = 209+31+45=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F2D is #2EE0D2. Grayscale: #555555. Windows color (decimal): -3072211 or 2957265. OLE color: 2957265.

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

Color convert

RGB 209 31 45 -
CMYK 0 0.85 0.78 0.18
HSL 355.28º 0.74% 0.47% -
HSV(B) 355.28º 0.85% 0.82% -
XYZ 27.26 14.72 3.89 -
YUV 85.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 209 31 45 0 0.85 0.78 0.18 355.28 0.74 0.47
Hex D1 1F 2D 0 55 4E 12 163 4A 2F
Octal 321 37 55 0 125 116 22 543 112 57
Binary 11010001 11111 101101 0 1010101 1001110 10010 101100011 1001010 101111

Color Harmonies of #D11F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F2D

Black with #D11F2D

Text Example


Text Example

White with #D11F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F2D; }

 p { color: rgb(209,31,45); }

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

background-color css

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

 a { background-color: rgb(209,31,45); }

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

border-color css

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

 span { border-color: rgb(209,31,45); }

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