Html Css Color HEX #DD1324 Fire Engine Red

📋 copy color: '#DD1324'

red 221 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #DD1324

Tints of Fire Engine Red #DD1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 80.07%
G = 6.88%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1324 (or 0xDD1324) is known color: Fire Engine Red. HEX triplet: DD, 13 and 24. RGB value is (221,19,36). Sum of RGB (Red+Green+Blue) = 221+19+36=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1324 is #22ECDB. Grayscale: #515151. Windows color (decimal): -2288860 or 2364381. OLE color: 2364381.

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

Color convert

RGB 221 19 36 -
CMYK 0 0.91 0.84 0.13
HSL 354.95º 0.84% 0.47% -
HSV(B) 354.95º 0.91% 0.87% -
XYZ 30.37 15.97 3.15 -
YUV 81.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 221 19 36 0 0.91 0.84 0.13 354.95 0.84 0.47
Hex DD 13 24 0 5B 54 D 163 54 2F
Octal 335 23 44 0 133 124 15 543 124 57
Binary 11011101 10011 100100 0 1011011 1010100 1101 101100011 1010100 101111

Color Harmonies of #DD1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1324

Black with #DD1324

Text Example


Text Example

White with #DD1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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