Html Css Color HEX #DD0921 Fire Engine Red

📋 copy color: '#DD0921'

red 221 ◦ green 9 ◦ blue 33

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

Shades of Fire Engine Red #DD0921

Tints of Fire Engine Red #DD0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 84.03%
G = 3.42%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0921 (or 0xDD0921) is known color: Fire Engine Red. HEX triplet: DD, 09 and 21. RGB value is (221,9,33). Sum of RGB (Red+Green+Blue) = 221+9+33=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0921 is #22F6DE. Grayscale: #4B4B4B. Windows color (decimal): -2291423 or 2165213. OLE color: 2165213.

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

Color convert

RGB 221 9 33 -
CMYK 0 0.96 0.85 0.13
HSL 353.21º 0.92% 0.45% -
HSV(B) 353.21º 0.96% 0.87% -
XYZ 30.19 15.68 2.87 -
YUV 75.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 221 9 33 0 0.96 0.85 0.13 353.21 0.92 0.45
Hex DD 9 21 0 60 55 D 161 5C 2D
Octal 335 11 41 0 140 125 15 541 134 55
Binary 11011101 1001 100001 0 1100000 1010101 1101 101100001 1011100 101101

Color Harmonies of #DD0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0921

Black with #DD0921

Text Example


Text Example

White with #DD0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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