#C10E4E

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

Shades of Cardinal #C10E4E

Tints of Cardinal #C10E4E

Color information

#C10E4E (or 0xC10E4E) is unknown color: approx Cardinal. HEX triplet: C1, 0E and 4E. RGB value is (193,14,78). Sum of RGB (Red+Green+Blue) = 193+14+78=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E4E is #3EF1B1. Grayscale: #4A4A4A. Windows color (decimal): -4125106 or 5115585. OLE color: 5115585.

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

Color convert

RGB1931478-
CMYK00.930.600.24
HSL338.55º86.47%40.59%-
HSV(B)338.55º92.75%75.69%-
XYZ23.5212.28.32-
YUV74.82129.8212.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.72%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=67.72%
G=4.91%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193147800.930.600.24338.5586.4740.59
HexC1E4E05D3C181535629
Octal301161160135743052312651
Binary110000011110100111001011101111100110001010100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E4E; }

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

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

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

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

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

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

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

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