Html Css Color HEX #DD2021 Fire Engine Red

📋 copy color: '#DD2021'

red 221 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #DD2021

Tints of Fire Engine Red #DD2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

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

R = 77.27%
G = 11.19%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2021 (or 0xDD2021) is known color: Fire Engine Red. HEX triplet: DD, 20 and 21. RGB value is (221,32,33). Sum of RGB (Red+Green+Blue) = 221+32+33=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2021 is #22DFDE. Grayscale: #585858. Windows color (decimal): -2285535 or 2171101. OLE color: 2171101.

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

Color convert

RGB 221 32 33 -
CMYK 0 0.86 0.85 0.13
HSL 359.68º 0.75% 0.5% -
HSV(B) 359.68º 0.86% 0.87% -
XYZ 30.61 16.51 3.01 -
YUV 88.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 221 32 33 0 0.86 0.85 0.13 359.68 0.75 0.5
Hex DD 20 21 0 56 55 D 168 4B 32
Octal 335 40 41 0 126 125 15 550 113 62
Binary 11011101 100000 100001 0 1010110 1010101 1101 101101000 1001011 110010

Color Harmonies of #DD2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2021

Black with #DD2021

Text Example


Text Example

White with #DD2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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