#C60D2E

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

Shades of Cardinal #C60D2E

Tints of Cardinal #C60D2E

Color information

#C60D2E (or 0xC60D2E) is unknown color: approx Cardinal. HEX triplet: C6, 0D and 2E. RGB value is (198,13,46). Sum of RGB (Red+Green+Blue) = 198+13+46=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2E is #39F2D1. Grayscale: #484848. Windows color (decimal): -3797714 or 3018182. OLE color: 3018182.

HSL color Cylindrical-coordinate representation of color #C60D2E: hue angle of 349.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1981346-
CMYK00.930.770.22
HSL349.3º87.68%41.37%-
HSV(B)349.3º93.43%77.65%-
XYZ23.9312.493.73-
YUV72.08113.29217.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.04%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=77.04%
G=5.06%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198134600.930.770.22349.387.6841.37
HexC6D2E05D4D1615d5829
Octal306155601351152653513051
Binary110001101101101110010111011001101101101010111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60D2E; }

 p { color: rgb(198,13,46); }

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

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

 a { background-color: rgb(198,13,46); }

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

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

 span { border-color: rgb(198,13,46); }

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