Html Css Color HEX #DD1724 Fire Engine Red

📋 copy color: '#DD1724'

red 221 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #DD1724

Tints of Fire Engine Red #DD1724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 78.93%
G = 8.21%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1724 (or 0xDD1724) is known color: Fire Engine Red. HEX triplet: DD, 17 and 24. RGB value is (221,23,36). Sum of RGB (Red+Green+Blue) = 221+23+36=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1724 is #22E8DB. Grayscale: #535353. Windows color (decimal): -2287836 or 2365405. OLE color: 2365405.

HSL color Cylindrical-coordinate representation of color #DD1724: hue angle of 356.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1724 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 36 -
CMYK 0 0.90 0.84 0.13
HSL 356.06º 0.81% 0.48% -
HSV(B) 356.06º 0.9% 0.87% -
XYZ 30.44 16.11 3.17 -
YUV 83.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 221 23 36 0 0.90 0.84 0.13 356.06 0.81 0.48
Hex DD 17 24 0 5A 54 D 164 51 30
Octal 335 27 44 0 132 124 15 544 121 60
Binary 11011101 10111 100100 0 1011010 1010100 1101 101100100 1010001 110000

Color Harmonies of #DD1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1724

Black with #DD1724

Text Example


Text Example

White with #DD1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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