Html Css Color HEX #DD0420 Fire Engine Red

📋 copy color: '#DD0420'

red 221 ◦ green 4 ◦ blue 32

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

Shades of Fire Engine Red #DD0420

Tints of Fire Engine Red #DD0420

RGB

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

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

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

R = 85.99%
G = 1.56%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0420 (or 0xDD0420) is known color: Fire Engine Red. HEX triplet: DD, 04 and 20. RGB value is (221,4,32). Sum of RGB (Red+Green+Blue) = 221+4+32=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0420 is #22FBDF. Grayscale: #484848. Windows color (decimal): -2292704 or 2098397. OLE color: 2098397.

HSL color Cylindrical-coordinate representation of color #DD0420: hue angle of 352.26º 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 #DD0420 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 4 32 -
CMYK 0 0.98 0.86 0.13
HSL 352.26º 0.96% 0.44% -
HSV(B) 352.26º 0.98% 0.87% -
XYZ 30.12 15.56 2.78 -
YUV 72.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 221 4 32 0 0.98 0.86 0.13 352.26 0.96 0.44
Hex DD 4 20 0 62 56 D 160 60 2C
Octal 335 4 40 0 142 126 15 540 140 54
Binary 11011101 100 100000 0 1100010 1010110 1101 101100000 1100000 101100

Color Harmonies of #DD0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0420

Black with #DD0420

Text Example


Text Example

White with #DD0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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