Html Css Color HEX #DD1424 Fire Engine Red

📋 copy color: '#DD1424'

red 221 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #DD1424

Tints of Fire Engine Red #DD1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 79.78%
G = 7.22%
B = 13%

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

#DD1424 (or 0xDD1424) is known color: Fire Engine Red. HEX triplet: DD, 14 and 24. RGB value is (221,20,36). Sum of RGB (Red+Green+Blue) = 221+20+36=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1424 is #22EBDB. Grayscale: #525252. Windows color (decimal): -2288604 or 2364637. OLE color: 2364637.

HSL color Cylindrical-coordinate representation of color #DD1424: hue angle of 355.22º degrees, saturation: 0.83, 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 #DD1424 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 36 -
CMYK 0 0.91 0.84 0.13
HSL 355.22º 0.83% 0.47% -
HSV(B) 355.22º 0.91% 0.87% -
XYZ 30.39 16 3.16 -
YUV 81.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 221 20 36 0 0.91 0.84 0.13 355.22 0.83 0.47
Hex DD 14 24 0 5B 54 D 163 53 2F
Octal 335 24 44 0 133 124 15 543 123 57
Binary 11011101 10100 100100 0 1011011 1010100 1101 101100011 1010011 101111

Color Harmonies of #DD1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1424

Black with #DD1424

Text Example


Text Example

White with #DD1424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1424; }

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

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

background-color css

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

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

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

border-color css

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

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

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