#C2103E

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

Shades of Cardinal #C2103E

Tints of Cardinal #C2103E

Color information

#C2103E (or 0xC2103E) is unknown color: approx Cardinal. HEX triplet: C2, 10 and 3E. RGB value is (194,16,62). Sum of RGB (Red+Green+Blue) = 194+16+62=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2103E is #3DEFC1. Grayscale: #4A4A4A. Windows color (decimal): -4059074 or 4067522. OLE color: 4067522.

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

Color convert

RGB1941662-
CMYK00.920.680.24
HSL344.49º84.76%41.18%-
HSV(B)344.49º91.75%76.08%-
XYZ23.312.195.68-
YUV74.47120.97213.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=71.32%
G=5.88%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194166200.920.680.24344.4984.7641.18
HexC2103E05C44181585529
Octal302207601341043053012551
Binary1100001010000111110010111001000100110001010110001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2103E; }

 p { color: rgb(194,16,62); }

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

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

 a { background-color: rgb(194,16,62); }

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

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

 span { border-color: rgb(194,16,62); }

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