Html Css Color HEX #DC004B Razzmatazz

📋 copy color: '#DC004B'

red 220 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #DC004B

Tints of Razzmatazz #DC004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 74.58%
G = 0%
B = 25.42%

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

#DC004B (or 0xDC004B) is known color: Razzmatazz. HEX triplet: DC, 00 and 4B. RGB value is (220,0,75). Sum of RGB (Red+Green+Blue) = 220+0+75=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC004B is #23FFB4. Grayscale: #4A4A4A. Windows color (decimal): -2359221 or 4915420. OLE color: 4915420.

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

Color convert

RGB 220 0 75 -
CMYK 0 1 0.66 0.14
HSL 339.55º 1% 0.43% -
HSV(B) 339.55º 1% 0.86% -
XYZ 30.79 15.72 8.07 -
YUV 74.33 128.39 231.9 -
System Red Green Blue C M Y K H S L
Decimal 220 0 75 0 1 0.66 0.14 339.55 1 0.43
Hex DC 0 4B 0 64 42 E 154 64 2B
Octal 334 0 113 0 144 102 16 524 144 53
Binary 11011100 0 1001011 0 1100100 1000010 1110 101010100 1100100 101011

Color Harmonies of #DC004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC004B

Black with #DC004B

Text Example


Text Example

White with #DC004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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