#C51735

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

Shades of Cardinal #C51735

Tints of Cardinal #C51735

Color information

#C51735 (or 0xC51735) is unknown color: approx Cardinal. HEX triplet: C5, 17 and 35. RGB value is (197,23,53). Sum of RGB (Red+Green+Blue) = 197+23+53=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51735 is #3AE8CA. Grayscale: #4E4E4E. Windows color (decimal): -3860683 or 3479493. OLE color: 3479493.

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

Color convert

RGB1972353-
CMYK00.880.730.23
HSL349.66º79.09%43.14%-
HSV(B)349.66º88.32%77.25%-
XYZ23.9712.744.56-
YUV78.45113.65212.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=72.16%
G=8.42%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197235300.880.730.23349.6679.0943.14
HexC51735058491715e4f2b
Octal305276501301112753611753
Binary1100010110111110101010110001001001101111010111101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51735; }

 p { color: rgb(197,23,53); }

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

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

 a { background-color: rgb(197,23,53); }

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

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

 span { border-color: rgb(197,23,53); }

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