Html Css Color HEX #DD1019 Fire Engine Red

📋 copy color: '#DD1019'

red 221 ◦ green 16 ◦ blue 25

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

Shades of Fire Engine Red #DD1019

Tints of Fire Engine Red #DD1019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 84.35%
G = 6.11%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1019 (or 0xDD1019) is known color: Fire Engine Red. HEX triplet: DD, 10 and 19. RGB value is (221,16,25). Sum of RGB (Red+Green+Blue) = 221+16+25=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1019 is #22EFE6. Grayscale: #4E4E4E. Windows color (decimal): -2289639 or 1642717. OLE color: 1642717.

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

Color convert

RGB 221 16 25 -
CMYK 0 0.93 0.89 0.13
HSL 357.37º 0.86% 0.46% -
HSV(B) 357.37º 0.93% 0.87% -
XYZ 30.18 15.81 2.38 -
YUV 78.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 221 16 25 0 0.93 0.89 0.13 357.37 0.86 0.46
Hex DD 10 19 0 5D 59 D 165 56 2E
Octal 335 20 31 0 135 131 15 545 126 56
Binary 11011101 10000 11001 0 1011101 1011001 1101 101100101 1010110 101110

Color Harmonies of #DD1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1019

Black with #DD1019

Text Example


Text Example

White with #DD1019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1019; }

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

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

background-color css

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

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

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

border-color css

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

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

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