Html Css Color HEX #DD0449 Razzmatazz

📋 copy color: '#DD0449'

red 221 ◦ green 4 ◦ blue 73

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

Shades of Razzmatazz #DD0449

Tints of Razzmatazz #DD0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 74.16%
G = 1.34%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0449 (or 0xDD0449) is known color: Razzmatazz. HEX triplet: DD, 04 and 49. RGB value is (221,4,73). Sum of RGB (Red+Green+Blue) = 221+4+73=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0449 is #22FBB6. Grayscale: #4C4C4C. Windows color (decimal): -2292663 or 4785373. OLE color: 4785373.

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

Color convert

RGB 221 4 73 -
CMYK 0 0.98 0.67 0.13
HSL 340.92º 0.96% 0.44% -
HSV(B) 340.92º 0.98% 0.87% -
XYZ 31.06 15.94 7.74 -
YUV 76.75 125.89 230.89 -
System Red Green Blue C M Y K H S L
Decimal 221 4 73 0 0.98 0.67 0.13 340.92 0.96 0.44
Hex DD 4 49 0 62 43 D 155 60 2C
Octal 335 4 111 0 142 103 15 525 140 54
Binary 11011101 100 1001001 0 1100010 1000011 1101 101010101 1100000 101100

Color Harmonies of #DD0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0449

Black with #DD0449

Text Example


Text Example

White with #DD0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0449; }

 p { color: rgb(221,4,73); }

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

background-color css

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

 a { background-color: rgb(221,4,73); }

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

border-color css

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

 span { border-color: rgb(221,4,73); }

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