#C40F50

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

Shades of Cardinal #C40F50

Tints of Cardinal #C40F50

Color information

#C40F50 (or 0xC40F50) is unknown color: approx Cardinal. HEX triplet: C4, 0F and 50. RGB value is (196,15,80). Sum of RGB (Red+Green+Blue) = 196+15+80=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F50 is #3BF0AF. Grayscale: #4C4C4C. Windows color (decimal): -3928240 or 5246916. OLE color: 5246916.

HSL color Cylindrical-coordinate representation of color #C40F50: hue angle of 338.45º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F50 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1961580-
CMYK00.920.590.23
HSL338.45º85.78%41.37%-
HSV(B)338.45º92.35%76.86%-
XYZ24.3812.668.75-
YUV76.53129.97213.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.35%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=67.35%
G=5.15%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196158000.920.590.23338.4585.7841.37
HexC4F5005C3B171525629
Octal304171200134732752212651
Binary110001001111101000001011100111011101111010100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40F50; }

 p { color: rgb(196,15,80); }

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

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

 a { background-color: rgb(196,15,80); }

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

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

 span { border-color: rgb(196,15,80); }

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