#c61537

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

Shades of Cardinal #C61537

Tints of Cardinal #C61537

Color information

#C61537 (or 0xC61537) is unknown color: approx Cardinal. HEX triplet: C6, 15 and 37. RGB value is (198,21,55). Sum of RGB (Red+Green+Blue) = 198+21+55=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61537 is #39EAC8. Grayscale: #4D4D4D. Windows color (decimal): -3795657 or 3610054. OLE color: 3610054.

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

Color convert

RGB1982155-
CMYK00.890.720.22
HSL348.47º80.82%42.94%-
HSV(B)348.47º89.39%77.65%-
XYZ24.2512.824.81-
YUV77.8115.14213.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.26%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=72.26%
G=7.66%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198215500.890.720.22348.4780.8242.94
HexC61537059481615c512b
Octal306256701311102653412153
Binary1100011010101110111010110011001000101101010111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61537; }

 p { color: rgb(198,21,55); }

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

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

 a { background-color: rgb(198,21,55); }

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

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

 span { border-color: rgb(198,21,55); }

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