Html Css Color HEX #DD1621 Fire Engine Red

📋 copy color: '#DD1621'

red 221 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #DD1621

Tints of Fire Engine Red #DD1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 80.07%
G = 7.97%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD1621 (or 0xDD1621) is known color: Fire Engine Red. HEX triplet: DD, 16 and 21. RGB value is (221,22,33). Sum of RGB (Red+Green+Blue) = 221+22+33=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1621 is #22E9DE. Grayscale: #525252. Windows color (decimal): -2288095 or 2168541. OLE color: 2168541.

HSL color Cylindrical-coordinate representation of color #DD1621: hue angle of 356.68º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1621 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 33 -
CMYK 0 0.90 0.85 0.13
HSL 356.68º 0.82% 0.48% -
HSV(B) 356.68º 0.9% 0.87% -
XYZ 30.38 16.06 2.94 -
YUV 82.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 221 22 33 0 0.90 0.85 0.13 356.68 0.82 0.48
Hex DD 16 21 0 5A 55 D 165 52 30
Octal 335 26 41 0 132 125 15 545 122 60
Binary 11011101 10110 100001 0 1011010 1010101 1101 101100101 1010010 110000

Color Harmonies of #DD1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1621

Black with #DD1621

Text Example


Text Example

White with #DD1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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