#C2183E

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

Shades of Cardinal #C2183E

Tints of Cardinal #C2183E

Color information

#C2183E (or 0xC2183E) is unknown color: approx Cardinal. HEX triplet: C2, 18 and 3E. RGB value is (194,24,62). Sum of RGB (Red+Green+Blue) = 194+24+62=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2183E is #3DE7C1. Grayscale: #4F4F4F. Windows color (decimal): -4057026 or 4069570. OLE color: 4069570.

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

Color convert

RGB1942462-
CMYK00.880.680.24
HSL346.59º77.98%42.75%-
HSV(B)346.59º87.63%76.08%-
XYZ23.4412.475.73-
YUV79.16118.32209.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.29%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=69.29%
G=8.57%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194246200.880.680.24346.5977.9842.75
HexC2183E058441815b4e2b
Octal302307601301043053311653
Binary1100001011000111110010110001000100110001010110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2183E; }

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

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

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

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

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

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

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

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