#C10E49

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

Shades of Cardinal #C10E49

Tints of Cardinal #C10E49

Color information

#C10E49 (or 0xC10E49) is unknown color: approx Cardinal. HEX triplet: C1, 0E and 49. RGB value is (193,14,73). Sum of RGB (Red+Green+Blue) = 193+14+73=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E49 is #3EF1B6. Grayscale: #4A4A4A. Windows color (decimal): -4125111 or 4787905. OLE color: 4787905.

HSL color Cylindrical-coordinate representation of color #C10E49: hue angle of 340.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E49 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1931473-
CMYK00.930.620.24
HSL340.22º86.47%40.59%-
HSV(B)340.22º92.75%75.69%-
XYZ23.3512.137.41-
YUV74.25127.3212.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.93%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=68.93%
G=5%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193147300.930.620.24340.2286.4740.59
HexC1E4905D3E181545629
Octal301161110135763052412651
Binary110000011110100100101011101111110110001010101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E49; }

 p { color: rgb(193,14,73); }

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

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

 a { background-color: rgb(193,14,73); }

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

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

 span { border-color: rgb(193,14,73); }

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