#C50C45

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

Shades of Cardinal #C50C45

Tints of Cardinal #C50C45

Color information

#C50C45 (or 0xC50C45) is unknown color: approx Cardinal. HEX triplet: C5, 0C and 45. RGB value is (197,12,69). Sum of RGB (Red+Green+Blue) = 197+12+69=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C45 is #3AF3BA. Grayscale: #494949. Windows color (decimal): -3863483 or 4525253. OLE color: 4525253.

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

Color convert

RGB1971269-
CMYK00.940.650.23
HSL341.51º88.52%40.98%-
HSV(B)341.51º93.91%77.25%-
XYZ24.2312.566.78-
YUV73.81125.29215.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.86%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=70.86%
G=4.32%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197126900.940.650.23341.5188.5240.98
HexC5C4505E41171565929
Octal3051410501361012752613151
Binary1100010111001000101010111101000001101111010101101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50C45; }

 p { color: rgb(197,12,69); }

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

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

 a { background-color: rgb(197,12,69); }

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

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

 span { border-color: rgb(197,12,69); }

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