Html Css Color HEX #DD1011 Fire Engine Red

📋 copy color: '#DD1011'

red 221 ◦ green 16 ◦ blue 17

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

Shades of Fire Engine Red #DD1011

Tints of Fire Engine Red #DD1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 87.01%
G = 6.3%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD1011 (or 0xDD1011) is known color: Fire Engine Red. HEX triplet: DD, 10 and 11. RGB value is (221,16,17). Sum of RGB (Red+Green+Blue) = 221+16+17=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1011 is #22EFEE. Grayscale: #4D4D4D. Windows color (decimal): -2289647 or 1118429. OLE color: 1118429.

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

Color convert

RGB 221 16 17 -
CMYK 0 0.93 0.92 0.13
HSL 359.71º 0.86% 0.46% -
HSV(B) 359.71º 0.93% 0.87% -
XYZ 30.11 15.78 1.99 -
YUV 77.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 221 16 17 0 0.93 0.92 0.13 359.71 0.86 0.46
Hex DD 10 11 0 5D 5C D 168 56 2E
Octal 335 20 21 0 135 134 15 550 126 56
Binary 11011101 10000 10001 0 1011101 1011100 1101 101101000 1010110 101110

Color Harmonies of #DD1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1011

Black with #DD1011

Text Example


Text Example

White with #DD1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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