#C10D49

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

Shades of Cardinal #C10D49

Tints of Cardinal #C10D49

Color information

#C10D49 (or 0xC10D49) is unknown color: approx Cardinal. HEX triplet: C1, 0D and 49. RGB value is (193,13,73). Sum of RGB (Red+Green+Blue) = 193+13+73=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D49 is #3EF2B6. Grayscale: #494949. Windows color (decimal): -4125367 or 4787649. OLE color: 4787649.

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

Color convert

RGB1931373-
CMYK00.930.620.24
HSL340º87.38%40.39%-
HSV(B)340º93.26%75.69%-
XYZ23.3412.117.41-
YUV73.66127.63213.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.18%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=69.18%
G=4.66%
B=26.16%

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
Decimal193137300.930.620.2434087.3840.39
HexC1D4905D3E181545728
Octal301151110135763052412750
Binary110000011101100100101011101111110110001010101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D49; }

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

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

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

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

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

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

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

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