Html Css Color HEX #DD0721 Fire Engine Red

📋 copy color: '#DD0721'

red 221 ◦ green 7 ◦ blue 33

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

Shades of Fire Engine Red #DD0721

Tints of Fire Engine Red #DD0721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 84.67%
G = 2.68%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0721 (or 0xDD0721) is known color: Fire Engine Red. HEX triplet: DD, 07 and 21. RGB value is (221,7,33). Sum of RGB (Red+Green+Blue) = 221+7+33=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0721 is #22F8DE. Grayscale: #4A4A4A. Windows color (decimal): -2291935 or 2164701. OLE color: 2164701.

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

Color convert

RGB 221 7 33 -
CMYK 0 0.97 0.85 0.13
HSL 352.71º 0.94% 0.45% -
HSV(B) 352.71º 0.97% 0.87% -
XYZ 30.17 15.63 2.87 -
YUV 73.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 221 7 33 0 0.97 0.85 0.13 352.71 0.94 0.45
Hex DD 7 21 0 61 55 D 161 5E 2D
Octal 335 7 41 0 141 125 15 541 136 55
Binary 11011101 111 100001 0 1100001 1010101 1101 101100001 1011110 101101

Color Harmonies of #DD0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0721

Black with #DD0721

Text Example


Text Example

White with #DD0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0721; }

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

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

background-color css

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

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

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

border-color css

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

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

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