#C4024F

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

Shades of Razzmatazz #C4024F

Tints of Razzmatazz #C4024F

Color information

#C4024F (or 0xC4024F) is unknown color: approx Razzmatazz. HEX triplet: C4, 02 and 4F. RGB value is (196,2,79). Sum of RGB (Red+Green+Blue) = 196+2+79=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4024F is #3BFDB0. Grayscale: #444444. Windows color (decimal): -3931569 or 5178052. OLE color: 5178052.

HSL color Cylindrical-coordinate representation of color #C4024F: hue angle of 336.19º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4024F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB196279-
CMYK00.990.600.23
HSL336.19º97.98%38.82%-
HSV(B)336.19º98.98%76.86%-
XYZ24.212.348.5-
YUV68.78133.77218.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.76%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=70.76%
G=0.72%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19627900.990.600.23336.1997.9838.82
HexC424F0633C171506227
Octal30421170143742752014247
Binary1100010010100111101100011111100101111010100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4024F; }

 p { color: rgb(196,2,79); }

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

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

 a { background-color: rgb(196,2,79); }

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

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

 span { border-color: rgb(196,2,79); }

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