Html Css Color HEX #D11D26 Fire Engine Red

📋 copy color: '#D11D26'

red 209 ◦ green 29 ◦ blue 38

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

Shades of Fire Engine Red #D11D26

Tints of Fire Engine Red #D11D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.51%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 75.72%
G = 10.51%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D11D26 (or 0xD11D26) is known color: Fire Engine Red. HEX triplet: D1, 1D and 26. RGB value is (209,29,38). Sum of RGB (Red+Green+Blue) = 209+29+38=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D26 is #2EE2D9. Grayscale: #535353. Windows color (decimal): -3072730 or 2498001. OLE color: 2498001.

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

Color convert

RGB 209 29 38 -
CMYK 0 0.86 0.82 0.18
HSL 357º 0.76% 0.47% -
HSV(B) 357º 0.86% 0.82% -
XYZ 27.08 14.57 3.22 -
YUV 83.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 209 29 38 0 0.86 0.82 0.18 357 0.76 0.47
Hex D1 1D 26 0 56 52 12 165 4C 2F
Octal 321 35 46 0 126 122 22 545 114 57
Binary 11010001 11101 100110 0 1010110 1010010 10010 101100101 1001100 101111

Color Harmonies of #D11D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D26

Black with #D11D26

Text Example


Text Example

White with #D11D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D26; }

 p { color: rgb(209,29,38); }

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

background-color css

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

 a { background-color: rgb(209,29,38); }

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

border-color css

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

 span { border-color: rgb(209,29,38); }

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