Html Css Color HEX #D90049 Razzmatazz

📋 copy color: '#D90049'

red 217 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #D90049

Tints of Razzmatazz #D90049

RGB

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

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

 BLUE value IS 73 (28.91% 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.15

RGB Variations

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

Color information

#D90049 (or 0xD90049) is known color: Razzmatazz. HEX triplet: D9, 00 and 49. RGB value is (217,0,73). Sum of RGB (Red+Green+Blue) = 217+0+73=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90049 is #26FFB6. Grayscale: #494949. Windows color (decimal): -2555831 or 4784345. OLE color: 4784345.

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

Color convert

RGB 217 0 73 -
CMYK 0 1 0.66 0.15
HSL 339.82º 1% 0.43% -
HSV(B) 339.82º 1% 0.85% -
XYZ 29.82 15.23 7.67 -
YUV 73.21 127.89 230.56 -
System Red Green Blue C M Y K H S L
Decimal 217 0 73 0 1 0.66 0.15 339.82 1 0.43
Hex D9 0 49 0 64 42 F 154 64 2B
Octal 331 0 111 0 144 102 17 524 144 53
Binary 11011001 0 1001001 0 1100100 1000010 1111 101010100 1100100 101011

Color Harmonies of #D90049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90049

Black with #D90049

Text Example


Text Example

White with #D90049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90049; }

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

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

background-color css

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

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

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

border-color css

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

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

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