Html Css Color HEX #DD0249 Razzmatazz

📋 copy color: '#DD0249'

red 221 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #DD0249

Tints of Razzmatazz #DD0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 74.66%
G = 0.68%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0249 (or 0xDD0249) is known color: Razzmatazz. HEX triplet: DD, 02 and 49. RGB value is (221,2,73). Sum of RGB (Red+Green+Blue) = 221+2+73=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0249 is #22FDB6. Grayscale: #4B4B4B. Windows color (decimal): -2293175 or 4784861. OLE color: 4784861.

HSL color Cylindrical-coordinate representation of color #DD0249: hue angle of 340.55º degrees, saturation: 0.98, 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 #DD0249 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 73 -
CMYK 0 0.99 0.67 0.13
HSL 340.55º 0.98% 0.44% -
HSV(B) 340.55º 0.99% 0.87% -
XYZ 31.04 15.9 7.74 -
YUV 75.58 126.55 231.73 -
System Red Green Blue C M Y K H S L
Decimal 221 2 73 0 0.99 0.67 0.13 340.55 0.98 0.44
Hex DD 2 49 0 63 43 D 155 62 2C
Octal 335 2 111 0 143 103 15 525 142 54
Binary 11011101 10 1001001 0 1100011 1000011 1101 101010101 1100010 101100

Color Harmonies of #DD0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0249

Black with #DD0249

Text Example


Text Example

White with #DD0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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