Html Css Color HEX #DC004A Razzmatazz

📋 copy color: '#DC004A'

red 220 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #DC004A

Tints of Razzmatazz #DC004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 74.83%
G = 0%
B = 25.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC004A (or 0xDC004A) is known color: Razzmatazz. HEX triplet: DC, 00 and 4A. RGB value is (220,0,74). Sum of RGB (Red+Green+Blue) = 220+0+74=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC004A is #23FFB5. Grayscale: #4A4A4A. Windows color (decimal): -2359222 or 4849884. OLE color: 4849884.

HSL color Cylindrical-coordinate representation of color #DC004A: hue angle of 339.82º 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 #DC004A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 74 -
CMYK 0 1 0.66 0.14
HSL 339.82º 1% 0.43% -
HSV(B) 339.82º 1% 0.86% -
XYZ 30.75 15.71 7.89 -
YUV 74.22 127.89 231.98 -
System Red Green Blue C M Y K H S L
Decimal 220 0 74 0 1 0.66 0.14 339.82 1 0.43
Hex DC 0 4A 0 64 42 E 154 64 2B
Octal 334 0 112 0 144 102 16 524 144 53
Binary 11011100 0 1001010 0 1100100 1000010 1110 101010100 1100100 101011

Color Harmonies of #DC004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC004A

Black with #DC004A

Text Example


Text Example

White with #DC004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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