#C61636

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

Shades of Cardinal #C61636

Tints of Cardinal #C61636

Color information

#C61636 (or 0xC61636) is unknown color: approx Cardinal. HEX triplet: C6, 16 and 36. RGB value is (198,22,54). Sum of RGB (Red+Green+Blue) = 198+22+54=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61636 is #39E9C9. Grayscale: #4E4E4E. Windows color (decimal): -3795402 or 3544774. OLE color: 3544774.

HSL color Cylindrical-coordinate representation of color #C61636: hue angle of 349.09º degrees, saturation: 0.8, 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 #C61636 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1982254-
CMYK00.890.730.22
HSL349.09º80%43.14%-
HSV(B)349.09º88.89%77.65%-
XYZ24.2412.854.69-
YUV78.27114.31213.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.26%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=72.26%
G=8.03%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198225400.890.730.22349.098043.14
HexC61636059491615d502b
Octal306266601311112653512053
Binary1100011010110110110010110011001001101101010111011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61636; }

 p { color: rgb(198,22,54); }

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

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

 a { background-color: rgb(198,22,54); }

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

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

 span { border-color: rgb(198,22,54); }

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