Html Css Color HEX #D7034C Razzmatazz

📋 copy color: '#D7034C'

red 215 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #D7034C

Tints of Razzmatazz #D7034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 73.13%
G = 1.02%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7034C (or 0xD7034C) is known color: Razzmatazz. HEX triplet: D7, 03 and 4C. RGB value is (215,3,76). Sum of RGB (Red+Green+Blue) = 215+3+76=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7034C is #28FCB3. Grayscale: #4A4A4A. Windows color (decimal): -2686132 or 4981719. OLE color: 4981719.

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

Color convert

RGB 215 3 76 -
CMYK 0 0.99 0.65 0.16
HSL 339.34º 0.97% 0.43% -
HSV(B) 339.34º 0.99% 0.84% -
XYZ 29.36 15.03 8.19 -
YUV 74.71 128.74 228.06 -
System Red Green Blue C M Y K H S L
Decimal 215 3 76 0 0.99 0.65 0.16 339.34 0.97 0.43
Hex D7 3 4C 0 63 41 10 153 61 2B
Octal 327 3 114 0 143 101 20 523 141 53
Binary 11010111 11 1001100 0 1100011 1000001 10000 101010011 1100001 101011

Color Harmonies of #D7034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7034C

Black with #D7034C

Text Example


Text Example

White with #D7034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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