Html Css Color HEX #DD1115 Fire Engine Red

📋 copy color: '#DD1115'

red 221 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #DD1115

Tints of Fire Engine Red #DD1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 85.33%
G = 6.56%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1115 (or 0xDD1115) is known color: Fire Engine Red. HEX triplet: DD, 11 and 15. RGB value is (221,17,21). Sum of RGB (Red+Green+Blue) = 221+17+21=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1115 is #22EEEA. Grayscale: #4E4E4E. Windows color (decimal): -2289387 or 1380829. OLE color: 1380829.

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

Color convert

RGB 221 17 21 -
CMYK 0 0.92 0.90 0.13
HSL 358.82º 0.86% 0.47% -
HSV(B) 358.82º 0.92% 0.87% -
XYZ 30.15 15.83 2.18 -
YUV 78.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 221 17 21 0 0.92 0.90 0.13 358.82 0.86 0.47
Hex DD 11 15 0 5C 5A D 167 56 2F
Octal 335 21 25 0 134 132 15 547 126 57
Binary 11011101 10001 10101 0 1011100 1011010 1101 101100111 1010110 101111

Color Harmonies of #DD1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1115

Black with #DD1115

Text Example


Text Example

White with #DD1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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