#C61443

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

Shades of Cardinal #C61443

Tints of Cardinal #C61443

Color information

#C61443 (or 0xC61443) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 43. RGB value is (198,20,67). Sum of RGB (Red+Green+Blue) = 198+20+67=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C61443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61443 is #39EBBC. Grayscale: #4E4E4E. Windows color (decimal): -3795901 or 4396230. OLE color: 4396230.

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

Color convert

RGB1982067-
CMYK00.900.660.22
HSL344.16º81.65%42.75%-
HSV(B)344.16º89.9%77.65%-
XYZ24.5512.916.51-
YUV78.58121.47213.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.47%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=69.47%
G=7.02%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198206700.900.660.22344.1681.6542.75
HexC6144305A4216158522b
Octal3062410301321022653012253
Binary11000110101001000011010110101000010101101010110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61443; }

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

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

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

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

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

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

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

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