Html Css Color HEX #DD0424 Fire Engine Red

📋 copy color: '#DD0424'

red 221 ◦ green 4 ◦ blue 36

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

Shades of Fire Engine Red #DD0424

Tints of Fire Engine Red #DD0424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 84.67%
G = 1.53%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0424 (or 0xDD0424) is known color: Fire Engine Red. HEX triplet: DD, 04 and 24. RGB value is (221,4,36). Sum of RGB (Red+Green+Blue) = 221+4+36=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0424 is #22FBDB. Grayscale: #484848. Windows color (decimal): -2292700 or 2360541. OLE color: 2360541.

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

Color convert

RGB 221 4 36 -
CMYK 0 0.98 0.84 0.13
HSL 351.15º 0.96% 0.44% -
HSV(B) 351.15º 0.98% 0.87% -
XYZ 30.18 15.59 3.09 -
YUV 72.53 107.39 233.9 -
System Red Green Blue C M Y K H S L
Decimal 221 4 36 0 0.98 0.84 0.13 351.15 0.96 0.44
Hex DD 4 24 0 62 54 D 15F 60 2C
Octal 335 4 44 0 142 124 15 537 140 54
Binary 11011101 100 100100 0 1100010 1010100 1101 101011111 1100000 101100

Color Harmonies of #DD0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0424

Black with #DD0424

Text Example


Text Example

White with #DD0424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0424; }

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

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

background-color css

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

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

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

border-color css

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

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

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