#C51539

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

Shades of Cardinal #C51539

Tints of Cardinal #C51539

Color information

#C51539 (or 0xC51539) is unknown color: approx Cardinal. HEX triplet: C5, 15 and 39. RGB value is (197,21,57). Sum of RGB (Red+Green+Blue) = 197+21+57=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51539 is #3AEAC6. Grayscale: #4D4D4D. Windows color (decimal): -3861191 or 3741125. OLE color: 3741125.

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

Color convert

RGB1972157-
CMYK00.890.710.23
HSL347.73º80.73%42.75%-
HSV(B)347.73º89.34%77.25%-
XYZ24.0312.75.06-
YUV77.73116.31213.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.64%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=71.64%
G=7.64%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197215700.890.710.23347.7380.7342.75
HexC51539059471715c512b
Octal305257101311072753412153
Binary1100010110101111001010110011000111101111010111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51539; }

 p { color: rgb(197,21,57); }

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

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

 a { background-color: rgb(197,21,57); }

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

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

 span { border-color: rgb(197,21,57); }

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