#c61943

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

Shades of Cardinal #C61943

Tints of Cardinal #C61943

Color information

#C61943 (or 0xC61943) is unknown color: approx Cardinal. HEX triplet: C6, 19 and 43. RGB value is (198,25,67). Sum of RGB (Red+Green+Blue) = 198+25+67=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61943 is #39E6BC. Grayscale: #515151. Windows color (decimal): -3794621 or 4397510. OLE color: 4397510.

HSL color Cylindrical-coordinate representation of color #C61943: hue angle of 345.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61943 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB1982567-
CMYK00.870.660.22
HSL345.43º77.58%43.73%-
HSV(B)345.43º87.37%77.65%-
XYZ24.6513.116.54-
YUV81.52119.81211.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.28%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=68.28%
G=8.62%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198256700.870.660.22345.4377.5843.73
HexC6194305742161594e2c
Octal3063110301271022653111654
Binary11000110110011000011010101111000010101101010110011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61943; }

 p { color: rgb(198,25,67); }

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

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

 a { background-color: rgb(198,25,67); }

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

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

 span { border-color: rgb(198,25,67); }

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