Html Css Color HEX #D5004C Razzmatazz

📋 copy color: '#D5004C'

red 213 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #D5004C

Tints of Razzmatazz #D5004C

RGB

 RED value IS 213 (83.59% from 255) = 73.7%

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 73.7%
G = 0%
B = 26.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5004C (or 0xD5004C) is known color: Razzmatazz. HEX triplet: D5, 00 and 4C. RGB value is (213,0,76). Sum of RGB (Red+Green+Blue) = 213+0+76=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5004C is #2AFFB3. Grayscale: #484848. Windows color (decimal): -2817972 or 4980949. OLE color: 4980949.

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

Color convert

RGB 213 0 76 -
CMYK 0 1 0.64 0.16
HSL 338.59º 1% 0.42% -
HSV(B) 338.59º 1% 0.84% -
XYZ 28.75 14.67 8.15 -
YUV 72.35 130.07 228.32 -
System Red Green Blue C M Y K H S L
Decimal 213 0 76 0 1 0.64 0.16 338.59 1 0.42
Hex D5 0 4C 0 64 40 10 153 64 2A
Octal 325 0 114 0 144 100 20 523 144 52
Binary 11010101 0 1001100 0 1100100 1000000 10000 101010011 1100100 101010

Color Harmonies of #D5004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5004C

Black with #D5004C

Text Example


Text Example

White with #D5004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5004C; }

 p { color: rgb(213,0,76); }

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

background-color css

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

 a { background-color: rgb(213,0,76); }

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

border-color css

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

 span { border-color: rgb(213,0,76); }

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