Html Css Color HEX #D8094C Razzmatazz

📋 copy color: '#D8094C'

red 216 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #D8094C

Tints of Razzmatazz #D8094C

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

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

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

R = 71.76%
G = 2.99%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8094C (or 0xD8094C) is known color: Razzmatazz. HEX triplet: D8, 09 and 4C. RGB value is (216,9,76). Sum of RGB (Red+Green+Blue) = 216+9+76=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8094C is #27F6B3. Grayscale: #4E4E4E. Windows color (decimal): -2619060 or 4983256. OLE color: 4983256.

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

Color convert

RGB 216 9 76 -
CMYK 0 0.96 0.65 0.15
HSL 340.58º 0.92% 0.44% -
HSV(B) 340.58º 0.96% 0.85% -
XYZ 29.72 15.32 8.23 -
YUV 78.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 216 9 76 0 0.96 0.65 0.15 340.58 0.92 0.44
Hex D8 9 4C 0 60 41 F 155 5C 2C
Octal 330 11 114 0 140 101 17 525 134 54
Binary 11011000 1001 1001100 0 1100000 1000001 1111 101010101 1011100 101100

Color Harmonies of #D8094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8094C

Black with #D8094C

Text Example


Text Example

White with #D8094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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