Html Css Color HEX #DD1920 Fire Engine Red

📋 copy color: '#DD1920'

red 221 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #DD1920

Tints of Fire Engine Red #DD1920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 79.5%
G = 8.99%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD1920 (or 0xDD1920) is known color: Fire Engine Red. HEX triplet: DD, 19 and 20. RGB value is (221,25,32). Sum of RGB (Red+Green+Blue) = 221+25+32=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1920 is #22E6DF. Grayscale: #545454. Windows color (decimal): -2287328 or 2103773. OLE color: 2103773.

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

Color convert

RGB 221 25 32 -
CMYK 0 0.89 0.86 0.13
HSL 357.86º 0.8% 0.48% -
HSV(B) 357.86º 0.89% 0.87% -
XYZ 30.43 16.17 2.88 -
YUV 84.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 221 25 32 0 0.89 0.86 0.13 357.86 0.8 0.48
Hex DD 19 20 0 59 56 D 166 50 30
Octal 335 31 40 0 131 126 15 546 120 60
Binary 11011101 11001 100000 0 1011001 1010110 1101 101100110 1010000 110000

Color Harmonies of #DD1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1920

Black with #DD1920

Text Example


Text Example

White with #DD1920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1920; }

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

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

background-color css

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

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

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

border-color css

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

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

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