#C2102D

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

Shades of Cardinal #C2102D

Tints of Cardinal #C2102D

Color information

#C2102D (or 0xC2102D) is unknown color: approx Cardinal. HEX triplet: C2, 10 and 2D. RGB value is (194,16,45). Sum of RGB (Red+Green+Blue) = 194+16+45=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2102D is #3DEFD2. Grayscale: #484848. Windows color (decimal): -4059091 or 2953410. OLE color: 2953410.

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

Color convert

RGB1941645-
CMYK00.920.770.24
HSL350.22º84.76%41.18%-
HSV(B)350.22º91.75%76.08%-
XYZ22.9112.033.6-
YUV72.53112.47214.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=76.08%
G=6.27%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194164500.920.770.24350.2284.7641.18
HexC2102D05C4D1815e5529
Octal302205501341153053612551
Binary1100001010000101101010111001001101110001010111101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2102D; }

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

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

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

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

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

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

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

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