Html Css Color HEX #DC0249 Razzmatazz

📋 copy color: '#DC0249'

red 220 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #DC0249

Tints of Razzmatazz #DC0249

RGB

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

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

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

R = 74.58%
G = 0.68%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC0249 (or 0xDC0249) is known color: Razzmatazz. HEX triplet: DC, 02 and 49. RGB value is (220,2,73). Sum of RGB (Red+Green+Blue) = 220+2+73=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0249 is #23FDB6. Grayscale: #4B4B4B. Windows color (decimal): -2358711 or 4784860. OLE color: 4784860.

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

Color convert

RGB 220 2 73 -
CMYK 0 0.99 0.67 0.14
HSL 340.46º 0.98% 0.44% -
HSV(B) 340.46º 0.99% 0.86% -
XYZ 30.74 15.74 7.72 -
YUV 75.28 126.72 231.23 -
System Red Green Blue C M Y K H S L
Decimal 220 2 73 0 0.99 0.67 0.14 340.46 0.98 0.44
Hex DC 2 49 0 63 43 E 154 62 2C
Octal 334 2 111 0 143 103 16 524 142 54
Binary 11011100 10 1001001 0 1100011 1000011 1110 101010100 1100010 101100

Color Harmonies of #DC0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0249

Black with #DC0249

Text Example


Text Example

White with #DC0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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