Html Css Color HEX #D9004A Razzmatazz

📋 copy color: '#D9004A'

red 217 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #D9004A

Tints of Razzmatazz #D9004A

RGB

 RED value IS 217 (85.16% from 255) = 74.57%

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

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

R = 74.57%
G = 0%
B = 25.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9004A (or 0xD9004A) is known color: Razzmatazz. HEX triplet: D9, 00 and 4A. RGB value is (217,0,74). Sum of RGB (Red+Green+Blue) = 217+0+74=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D9004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9004A is #26FFB5. Grayscale: #494949. Windows color (decimal): -2555830 or 4849881. OLE color: 4849881.

HSL color Cylindrical-coordinate representation of color #D9004A: hue angle of 339.54º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9004A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 74 -
CMYK 0 1 0.66 0.15
HSL 339.54º 1% 0.43% -
HSV(B) 339.54º 1% 0.85% -
XYZ 29.85 15.25 7.85 -
YUV 73.32 128.39 230.48 -
System Red Green Blue C M Y K H S L
Decimal 217 0 74 0 1 0.66 0.15 339.54 1 0.43
Hex D9 0 4A 0 64 42 F 154 64 2B
Octal 331 0 112 0 144 102 17 524 144 53
Binary 11011001 0 1001010 0 1100100 1000010 1111 101010100 1100100 101011

Color Harmonies of #D9004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9004A

Black with #D9004A

Text Example


Text Example

White with #D9004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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