#C61744

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

Shades of Cardinal #C61744

Tints of Cardinal #C61744

Color information

#C61744 (or 0xC61744) is unknown color: approx Cardinal. HEX triplet: C6, 17 and 44. RGB value is (198,23,68). Sum of RGB (Red+Green+Blue) = 198+23+68=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C61744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61744 is #39E8BB. Grayscale: #505050. Windows color (decimal): -3795132 or 4462534. OLE color: 4462534.

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

Color convert

RGB1982368-
CMYK00.880.660.22
HSL344.57º79.19%43.33%-
HSV(B)344.57º88.38%77.65%-
XYZ24.6413.046.69-
YUV80.46120.98211.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.51%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=68.51%
G=7.96%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198236800.880.660.22344.5779.1943.33
HexC6174405842161594f2b
Octal3062710401301022653111753
Binary11000110101111000100010110001000010101101010110011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61744; }

 p { color: rgb(198,23,68); }

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

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

 a { background-color: rgb(198,23,68); }

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

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

 span { border-color: rgb(198,23,68); }

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