Html Css Color HEX #D7074E Razzmatazz

📋 copy color: '#D7074E'

red 215 ◦ green 7 ◦ blue 78

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

Shades of Razzmatazz #D7074E

Tints of Razzmatazz #D7074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 71.67%
G = 2.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7074E (or 0xD7074E) is known color: Razzmatazz. HEX triplet: D7, 07 and 4E. RGB value is (215,7,78). Sum of RGB (Red+Green+Blue) = 215+7+78=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7074E is #28F8B1. Grayscale: #4D4D4D. Windows color (decimal): -2685106 or 5113815. OLE color: 5113815.

HSL color Cylindrical-coordinate representation of color #D7074E: hue angle of 339.52º 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 #D7074E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 7 78 -
CMYK 0 0.97 0.64 0.16
HSL 339.52º 0.94% 0.44% -
HSV(B) 339.52º 0.97% 0.84% -
XYZ 29.48 15.15 8.58 -
YUV 77.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 215 7 78 0 0.97 0.64 0.16 339.52 0.94 0.44
Hex D7 7 4E 0 61 40 10 154 5E 2C
Octal 327 7 116 0 141 100 20 524 136 54
Binary 11010111 111 1001110 0 1100001 1000000 10000 101010100 1011110 101100

Color Harmonies of #D7074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7074E

Black with #D7074E

Text Example


Text Example

White with #D7074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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