Html Css Color HEX #D7094C Razzmatazz

📋 copy color: '#D7094C'

red 215 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #D7094C

Tints of Razzmatazz #D7094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 71.67%
G = 3%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7094C (or 0xD7094C) is known color: Razzmatazz. HEX triplet: D7, 09 and 4C. RGB value is (215,9,76). Sum of RGB (Red+Green+Blue) = 215+9+76=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7094C is #28F6B3. Grayscale: #4E4E4E. Windows color (decimal): -2684596 or 4983255. OLE color: 4983255.

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

Color convert

RGB 215 9 76 -
CMYK 0 0.96 0.65 0.16
HSL 340.49º 0.92% 0.44% -
HSV(B) 340.49º 0.96% 0.84% -
XYZ 29.43 15.16 8.21 -
YUV 78.23 126.75 225.55 -
System Red Green Blue C M Y K H S L
Decimal 215 9 76 0 0.96 0.65 0.16 340.49 0.92 0.44
Hex D7 9 4C 0 60 41 10 154 5C 2C
Octal 327 11 114 0 140 101 20 524 134 54
Binary 11010111 1001 1001100 0 1100000 1000001 10000 101010100 1011100 101100

Color Harmonies of #D7094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7094C

Black with #D7094C

Text Example


Text Example

White with #D7094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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