#C61039

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

Shades of Cardinal #C61039

Tints of Cardinal #C61039

Color information

#C61039 (or 0xC61039) is unknown color: approx Cardinal. HEX triplet: C6, 10 and 39. RGB value is (198,16,57). Sum of RGB (Red+Green+Blue) = 198+16+57=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C61039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61039 is #39EFC6. Grayscale: #4B4B4B. Windows color (decimal): -3796935 or 3739846. OLE color: 3739846.

HSL color Cylindrical-coordinate representation of color #C61039: hue angle of 346.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61039 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1981657-
CMYK00.920.710.22
HSL346.48º85.05%41.96%-
HSV(B)346.48º91.92%77.65%-
XYZ24.2112.675.04-
YUV75.09117.8215.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 16 (6.64% from 255) = 5.90%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=73.06%
G=5.90%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198165700.920.710.22346.4885.0541.96
HexC6103905C471615a552a
Octal306207101341072653212552
Binary1100011010000111001010111001000111101101010110101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61039; }

 p { color: rgb(198,16,57); }

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

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

 a { background-color: rgb(198,16,57); }

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

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

 span { border-color: rgb(198,16,57); }

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