#c9094f

Color #C9094F Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #C9094F

Tints of Razzmatazz #C9094F

Color information

#C9094F (or 0xC9094F) is unknown color: approx Razzmatazz. HEX triplet: C9, 09 and 4F. RGB value is (201,9,79). Sum of RGB (Red+Green+Blue) = 201+9+79=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9094F is #36F6B0. Grayscale: #4A4A4A. Windows color (decimal): -3602097 or 5179849. OLE color: 5179849.

HSL color Cylindrical-coordinate representation of color #C9094F: hue angle of 338.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9094F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB201979-
CMYK00.960.610.21
HSL338.12º91.43%41.18%-
HSV(B)338.12º95.52%78.82%-
XYZ25.613.188.59-
YUV74.39130.61218.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.55%
GREEN value IS 9 (3.91% from 255) = 3.11%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=69.55%
G=3.11%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20197900.960.610.21338.1291.4341.18
HexC994F0603D151525b29
Octal311111170140752552213351
Binary110010011001100111101100000111101101011010100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9094f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9094f; }

 p { color: rgb(201,9,79); }

 H1.HeaderClassName
 {
   color: #c9094f;
 }
 .AnyTagClassName
 {
   color: #c9094f;
 }
</style>
background-color css

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

 a { background-color: rgb(201,9,79); }

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

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

 span { border-color: rgb(201,9,79); }

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