Html Css Color HEX #D7074C Razzmatazz

📋 copy color: '#D7074C'

red 215 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #D7074C

Tints of Razzmatazz #D7074C

RGB

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

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

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

R = 72.15%
G = 2.35%
B = 25.5%

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

#D7074C (or 0xD7074C) is known color: Razzmatazz. HEX triplet: D7, 07 and 4C. RGB value is (215,7,76). Sum of RGB (Red+Green+Blue) = 215+7+76=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7074C is #28F8B3. Grayscale: #4C4C4C. Windows color (decimal): -2685108 or 4982743. OLE color: 4982743.

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

Color convert

RGB 215 7 76 -
CMYK 0 0.97 0.65 0.16
HSL 340.1º 0.94% 0.44% -
HSV(B) 340.1º 0.97% 0.84% -
XYZ 29.4 15.12 8.21 -
YUV 77.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 215 7 76 0 0.97 0.65 0.16 340.1 0.94 0.44
Hex D7 7 4C 0 61 41 10 154 5E 2C
Octal 327 7 114 0 141 101 20 524 136 54
Binary 11010111 111 1001100 0 1100001 1000001 10000 101010100 1011110 101100

Color Harmonies of #D7074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7074C

Black with #D7074C

Text Example


Text Example

White with #D7074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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