Html Css Color HEX #D7064C Razzmatazz

📋 copy color: '#D7064C'

red 215 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D7064C

Tints of Razzmatazz #D7064C

RGB

 RED value IS 215 (84.38% from 255) = 72.39%

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

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

R = 72.39%
G = 2.02%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7064C (or 0xD7064C) is known color: Razzmatazz. HEX triplet: D7, 06 and 4C. RGB value is (215,6,76). Sum of RGB (Red+Green+Blue) = 215+6+76=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7064C is #28F9B3. Grayscale: #4C4C4C. Windows color (decimal): -2685364 or 4982487. OLE color: 4982487.

HSL color Cylindrical-coordinate representation of color #D7064C: hue angle of 339.9º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7064C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 76 -
CMYK 0 0.97 0.65 0.16
HSL 339.9º 0.95% 0.43% -
HSV(B) 339.9º 0.97% 0.84% -
XYZ 29.39 15.1 8.2 -
YUV 76.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 215 6 76 0 0.97 0.65 0.16 339.9 0.95 0.43
Hex D7 6 4C 0 61 41 10 154 5F 2B
Octal 327 6 114 0 141 101 20 524 137 53
Binary 11010111 110 1001100 0 1100001 1000001 10000 101010100 1011111 101011

Color Harmonies of #D7064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7064C

Black with #D7064C

Text Example


Text Example

White with #D7064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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