Html Css Color HEX #DD0321 Fire Engine Red

📋 copy color: '#DD0321'

red 221 ◦ green 3 ◦ blue 33

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

Shades of Fire Engine Red #DD0321

Tints of Fire Engine Red #DD0321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 85.99%
G = 1.17%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0321 (or 0xDD0321) is known color: Fire Engine Red. HEX triplet: DD, 03 and 21. RGB value is (221,3,33). Sum of RGB (Red+Green+Blue) = 221+3+33=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0321 is #22FCDE. Grayscale: #474747. Windows color (decimal): -2292959 or 2163677. OLE color: 2163677.

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

Color convert

RGB 221 3 33 -
CMYK 0 0.99 0.85 0.13
HSL 351.74º 0.97% 0.44% -
HSV(B) 351.74º 0.99% 0.87% -
XYZ 30.13 15.55 2.85 -
YUV 71.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 221 3 33 0 0.99 0.85 0.13 351.74 0.97 0.44
Hex DD 3 21 0 63 55 D 160 61 2C
Octal 335 3 41 0 143 125 15 540 141 54
Binary 11011101 11 100001 0 1100011 1010101 1101 101100000 1100001 101100

Color Harmonies of #DD0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0321

Black with #DD0321

Text Example


Text Example

White with #DD0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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