Html Css Color HEX #DD111F Fire Engine Red

📋 copy color: '#DD111F'

red 221 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #DD111F

Tints of Fire Engine Red #DD111F

RGB

 RED value IS 221 (86.72% from 255) = 82.16%

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 82.16%
G = 6.32%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD111F (or 0xDD111F) is known color: Fire Engine Red. HEX triplet: DD, 11 and 1F. RGB value is (221,17,31). Sum of RGB (Red+Green+Blue) = 221+17+31=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111F is #22EEE0. Grayscale: #4F4F4F. Windows color (decimal): -2289377 or 2036189. OLE color: 2036189.

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

Color convert

RGB 221 17 31 -
CMYK 0 0.92 0.86 0.13
HSL 355.88º 0.86% 0.47% -
HSV(B) 355.88º 0.92% 0.87% -
XYZ 30.27 15.87 2.76 -
YUV 79.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 221 17 31 0 0.92 0.86 0.13 355.88 0.86 0.47
Hex DD 11 1F 0 5C 56 D 164 56 2F
Octal 335 21 37 0 134 126 15 544 126 57
Binary 11011101 10001 11111 0 1011100 1010110 1101 101100100 1010110 101111

Color Harmonies of #DD111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD111F

Black with #DD111F

Text Example


Text Example

White with #DD111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD111F; }

 p { color: rgb(221,17,31); }

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

background-color css

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

 a { background-color: rgb(221,17,31); }

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

border-color css

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

 span { border-color: rgb(221,17,31); }

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