Html Css Color HEX #D4004D Razzmatazz

📋 copy color: '#D4004D'

red 212 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #D4004D

Tints of Razzmatazz #D4004D

RGB

 RED value IS 212 (83.2% from 255) = 73.36%

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

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 73.36%
G = 0%
B = 26.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4004D (or 0xD4004D) is known color: Razzmatazz. HEX triplet: D4, 00 and 4D. RGB value is (212,0,77). Sum of RGB (Red+Green+Blue) = 212+0+77=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4004D is #2BFFB2. Grayscale: #484848. Windows color (decimal): -2883507 or 5046484. OLE color: 5046484.

HSL color Cylindrical-coordinate representation of color #D4004D: hue angle of 338.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4004D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 77 -
CMYK 0 1 0.64 0.17
HSL 338.21º 1% 0.42% -
HSV(B) 338.21º 1% 0.83% -
XYZ 28.49 14.53 8.32 -
YUV 72.17 130.74 227.74 -
System Red Green Blue C M Y K H S L
Decimal 212 0 77 0 1 0.64 0.17 338.21 1 0.42
Hex D4 0 4D 0 64 40 11 152 64 2A
Octal 324 0 115 0 144 100 21 522 144 52
Binary 11010100 0 1001101 0 1100100 1000000 10001 101010010 1100100 101010

Color Harmonies of #D4004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4004D

Black with #D4004D

Text Example


Text Example

White with #D4004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4004D; }

 p { color: rgb(212,0,77); }

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

background-color css

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

 a { background-color: rgb(212,0,77); }

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

border-color css

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

 span { border-color: rgb(212,0,77); }

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