Html Css Color HEX #D9074F Razzmatazz

📋 copy color: '#D9074F'

red 217 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #D9074F

Tints of Razzmatazz #D9074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 71.62%
G = 2.31%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9074F (or 0xD9074F) is known color: Razzmatazz. HEX triplet: D9, 07 and 4F. RGB value is (217,7,79). Sum of RGB (Red+Green+Blue) = 217+7+79=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9074F is #26F8B0. Grayscale: #4D4D4D. Windows color (decimal): -2554033 or 5179353. OLE color: 5179353.

HSL color Cylindrical-coordinate representation of color #D9074F: hue angle of 339.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9074F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 79 -
CMYK 0 0.97 0.64 0.15
HSL 339.43º 0.94% 0.44% -
HSV(B) 339.43º 0.97% 0.85% -
XYZ 30.1 15.47 8.8 -
YUV 78 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 217 7 79 0 0.97 0.64 0.15 339.43 0.94 0.44
Hex D9 7 4F 0 61 40 F 153 5E 2C
Octal 331 7 117 0 141 100 17 523 136 54
Binary 11011001 111 1001111 0 1100001 1000000 1111 101010011 1011110 101100

Color Harmonies of #D9074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9074F

Black with #D9074F

Text Example


Text Example

White with #D9074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9074F; }

 p { color: rgb(217,7,79); }

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

background-color css

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

 a { background-color: rgb(217,7,79); }

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

border-color css

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

 span { border-color: rgb(217,7,79); }

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