Html Css Color HEX #DD1017 Fire Engine Red

📋 copy color: '#DD1017'

red 221 ◦ green 16 ◦ blue 23

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

Shades of Fire Engine Red #DD1017

Tints of Fire Engine Red #DD1017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 85%
G = 6.15%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1017 (or 0xDD1017) is known color: Fire Engine Red. HEX triplet: DD, 10 and 17. RGB value is (221,16,23). Sum of RGB (Red+Green+Blue) = 221+16+23=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1017 is #22EFE8. Grayscale: #4E4E4E. Windows color (decimal): -2289641 or 1511645. OLE color: 1511645.

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

Color convert

RGB 221 16 23 -
CMYK 0 0.93 0.90 0.13
HSL 357.95º 0.86% 0.46% -
HSV(B) 357.95º 0.93% 0.87% -
XYZ 30.16 15.8 2.27 -
YUV 78.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 221 16 23 0 0.93 0.90 0.13 357.95 0.86 0.46
Hex DD 10 17 0 5D 5A D 166 56 2E
Octal 335 20 27 0 135 132 15 546 126 56
Binary 11011101 10000 10111 0 1011101 1011010 1101 101100110 1010110 101110

Color Harmonies of #DD1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1017

Black with #DD1017

Text Example


Text Example

White with #DD1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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