Html Css Color HEX #D9064C Razzmatazz

📋 copy color: '#D9064C'

red 217 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D9064C

Tints of Razzmatazz #D9064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 72.58%
G = 2.01%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9064C (or 0xD9064C) is known color: Razzmatazz. HEX triplet: D9, 06 and 4C. RGB value is (217,6,76). Sum of RGB (Red+Green+Blue) = 217+6+76=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9064C is #26F9B3. Grayscale: #4D4D4D. Windows color (decimal): -2554292 or 4982489. OLE color: 4982489.

HSL color Cylindrical-coordinate representation of color #D9064C: hue angle of 340.09º degrees, saturation: 0.95, 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 #D9064C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 76 -
CMYK 0 0.97 0.65 0.15
HSL 340.09º 0.95% 0.44% -
HSV(B) 340.09º 0.97% 0.85% -
XYZ 29.98 15.4 8.23 -
YUV 77.07 127.4 227.81 -
System Red Green Blue C M Y K H S L
Decimal 217 6 76 0 0.97 0.65 0.15 340.09 0.95 0.44
Hex D9 6 4C 0 61 41 F 154 5F 2C
Octal 331 6 114 0 141 101 17 524 137 54
Binary 11011001 110 1001100 0 1100001 1000001 1111 101010100 1011111 101100

Color Harmonies of #D9064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9064C

Black with #D9064C

Text Example


Text Example

White with #D9064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9064C; }

 p { color: rgb(217,6,76); }

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

background-color css

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

 a { background-color: rgb(217,6,76); }

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

border-color css

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

 span { border-color: rgb(217,6,76); }

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