Html Css Color HEX #D6094C Razzmatazz

📋 copy color: '#D6094C'

red 214 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #D6094C

Tints of Razzmatazz #D6094C

RGB

 RED value IS 214 (83.98% from 255) = 71.57%

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

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

R = 71.57%
G = 3.01%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6094C (or 0xD6094C) is known color: Razzmatazz. HEX triplet: D6, 09 and 4C. RGB value is (214,9,76). Sum of RGB (Red+Green+Blue) = 214+9+76=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6094C is #29F6B3. Grayscale: #4D4D4D. Windows color (decimal): -2750132 or 4983254. OLE color: 4983254.

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

Color convert

RGB 214 9 76 -
CMYK 0 0.96 0.64 0.16
HSL 340.39º 0.92% 0.44% -
HSV(B) 340.39º 0.96% 0.84% -
XYZ 29.13 15.01 8.2 -
YUV 77.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 214 9 76 0 0.96 0.64 0.16 340.39 0.92 0.44
Hex D6 9 4C 0 60 40 10 154 5C 2C
Octal 326 11 114 0 140 100 20 524 134 54
Binary 11010110 1001 1001100 0 1100000 1000000 10000 101010100 1011100 101100

Color Harmonies of #D6094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6094C

Black with #D6094C

Text Example


Text Example

White with #D6094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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