#C10C42

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

Shades of Cardinal #C10C42

Tints of Cardinal #C10C42

Color information

#C10C42 (or 0xC10C42) is unknown color: approx Cardinal. HEX triplet: C1, 0C and 42. RGB value is (193,12,66). Sum of RGB (Red+Green+Blue) = 193+12+66=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C42 is #3EF3BD. Grayscale: #484848. Windows color (decimal): -4125630 or 4328641. OLE color: 4328641.

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

Color convert

RGB1931266-
CMYK00.940.660.24
HSL342.1º88.29%40.2%-
HSV(B)342.1º93.78%75.69%-
XYZ23.1111.996.25-
YUV72.28124.47214.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.22%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=71.22%
G=4.43%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193126600.940.660.24342.188.2940.2
HexC1C4205E42181565828
Octal3011410201361023052613050
Binary1100000111001000010010111101000010110001010101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10C42; }

 p { color: rgb(193,12,66); }

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

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

 a { background-color: rgb(193,12,66); }

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

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

 span { border-color: rgb(193,12,66); }

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