Html Css Color HEX #D9094D Razzmatazz

📋 copy color: '#D9094D'

red 217 ◦ green 9 ◦ blue 77

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

Shades of Razzmatazz #D9094D

Tints of Razzmatazz #D9094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

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

R = 71.62%
G = 2.97%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9094D (or 0xD9094D) is known color: Razzmatazz. HEX triplet: D9, 09 and 4D. RGB value is (217,9,77). Sum of RGB (Red+Green+Blue) = 217+9+77=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9094D is #26F6B2. Grayscale: #4E4E4E. Windows color (decimal): -2553523 or 5048793. OLE color: 5048793.

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

Color convert

RGB 217 9 77 -
CMYK 0 0.96 0.65 0.15
HSL 340.38º 0.92% 0.44% -
HSV(B) 340.38º 0.96% 0.85% -
XYZ 30.05 15.48 8.43 -
YUV 78.94 126.91 226.47 -
System Red Green Blue C M Y K H S L
Decimal 217 9 77 0 0.96 0.65 0.15 340.38 0.92 0.44
Hex D9 9 4D 0 60 41 F 154 5C 2C
Octal 331 11 115 0 140 101 17 524 134 54
Binary 11011001 1001 1001101 0 1100000 1000001 1111 101010100 1011100 101100

Color Harmonies of #D9094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9094D

Black with #D9094D

Text Example


Text Example

White with #D9094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9094D; }

 p { color: rgb(217,9,77); }

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

background-color css

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

 a { background-color: rgb(217,9,77); }

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

border-color css

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

 span { border-color: rgb(217,9,77); }

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