Html Css Color HEX #DC0049 Razzmatazz

📋 copy color: '#DC0049'

red 220 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #DC0049

Tints of Razzmatazz #DC0049

RGB

 RED value IS 220 (86.33% from 255) = 75.09%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.09%
G = 0%
B = 24.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC0049 (or 0xDC0049) is known color: Razzmatazz. HEX triplet: DC, 00 and 49. RGB value is (220,0,73). Sum of RGB (Red+Green+Blue) = 220+0+73=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0049 is #23FFB6. Grayscale: #4A4A4A. Windows color (decimal): -2359223 or 4784348. OLE color: 4784348.

HSL color Cylindrical-coordinate representation of color #DC0049: hue angle of 340.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0049 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 73 -
CMYK 0 1 0.67 0.14
HSL 340.09º 1% 0.43% -
HSV(B) 340.09º 1% 0.86% -
XYZ 30.72 15.7 7.71 -
YUV 74.1 127.39 232.06 -
System Red Green Blue C M Y K H S L
Decimal 220 0 73 0 1 0.67 0.14 340.09 1 0.43
Hex DC 0 49 0 64 43 E 154 64 2B
Octal 334 0 111 0 144 103 16 524 144 53
Binary 11011100 0 1001001 0 1100100 1000011 1110 101010100 1100100 101011

Color Harmonies of #DC0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0049

Black with #DC0049

Text Example


Text Example

White with #DC0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0049; }

 p { color: rgb(220,0,73); }

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

background-color css

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

 a { background-color: rgb(220,0,73); }

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

border-color css

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

 span { border-color: rgb(220,0,73); }

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