#C10E3A

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

Shades of Cardinal #C10E3A

Tints of Cardinal #C10E3A

Color information

#C10E3A (or 0xC10E3A) is unknown color: approx Cardinal. HEX triplet: C1, 0E and 3A. RGB value is (193,14,58). Sum of RGB (Red+Green+Blue) = 193+14+58=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E3A is #3EF1C5. Grayscale: #484848. Windows color (decimal): -4125126 or 3804865. OLE color: 3804865.

HSL color Cylindrical-coordinate representation of color #C10E3A: hue angle of 345.25º 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 #C10E3A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1931458-
CMYK00.930.700.24
HSL345.25º86.47%40.59%-
HSV(B)345.25º92.75%75.69%-
XYZ22.9111.965.1-
YUV72.54119.8213.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.83%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=72.83%
G=5.28%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193145800.930.700.24345.2586.4740.59
HexC1E3A05D46181595629
Octal301167201351063053112651
Binary110000011110111010010111011000110110001010110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E3A; }

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

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

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

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

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

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

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

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