Html Css Color HEX #DD111C Fire Engine Red

📋 copy color: '#DD111C'

red 221 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #DD111C

Tints of Fire Engine Red #DD111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 83.08%
G = 6.39%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD111C (or 0xDD111C) is known color: Fire Engine Red. HEX triplet: DD, 11 and 1C. RGB value is (221,17,28). Sum of RGB (Red+Green+Blue) = 221+17+28=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111C is #22EEE3. Grayscale: #4F4F4F. Windows color (decimal): -2289380 or 1839581. OLE color: 1839581.

HSL color Cylindrical-coordinate representation of color #DD111C: hue angle of 356.76º 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 #DD111C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 28 -
CMYK 0 0.92 0.87 0.13
HSL 356.76º 0.86% 0.47% -
HSV(B) 356.76º 0.92% 0.87% -
XYZ 30.23 15.86 2.57 -
YUV 79.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 221 17 28 0 0.92 0.87 0.13 356.76 0.86 0.47
Hex DD 11 1C 0 5C 57 D 165 56 2F
Octal 335 21 34 0 134 127 15 545 126 57
Binary 11011101 10001 11100 0 1011100 1010111 1101 101100101 1010110 101111

Color Harmonies of #DD111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD111C

Black with #DD111C

Text Example


Text Example

White with #DD111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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