Html Css Color HEX #DD0720 Fire Engine Red

📋 copy color: '#DD0720'

red 221 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #DD0720

Tints of Fire Engine Red #DD0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

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

R = 85%
G = 2.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0720 (or 0xDD0720) is known color: Fire Engine Red. HEX triplet: DD, 07 and 20. RGB value is (221,7,32). Sum of RGB (Red+Green+Blue) = 221+7+32=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0720 is #22F8DF. Grayscale: #494949. Windows color (decimal): -2291936 or 2099165. OLE color: 2099165.

HSL color Cylindrical-coordinate representation of color #DD0720: hue angle of 352.99º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 32 -
CMYK 0 0.97 0.86 0.13
HSL 352.99º 0.94% 0.45% -
HSV(B) 352.99º 0.97% 0.87% -
XYZ 30.16 15.63 2.79 -
YUV 73.84 104.4 232.97 -
System Red Green Blue C M Y K H S L
Decimal 221 7 32 0 0.97 0.86 0.13 352.99 0.94 0.45
Hex DD 7 20 0 61 56 D 161 5E 2D
Octal 335 7 40 0 141 126 15 541 136 55
Binary 11011101 111 100000 0 1100001 1010110 1101 101100001 1011110 101101

Color Harmonies of #DD0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0720

Black with #DD0720

Text Example


Text Example

White with #DD0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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