#C71644

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

Shades of Cardinal #C71644

Tints of Cardinal #C71644

Color information

#C71644 (or 0xC71644) is unknown color: approx Cardinal. HEX triplet: C7, 16 and 44. RGB value is (199,22,68). Sum of RGB (Red+Green+Blue) = 199+22+68=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C71644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71644 is #38E9BB. Grayscale: #505050. Windows color (decimal): -3729852 or 4462279. OLE color: 4462279.

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

Color convert

RGB1992268-
CMYK00.890.660.22
HSL344.41º80.09%43.33%-
HSV(B)344.41º88.94%78.04%-
XYZ24.8813.136.69-
YUV80.17121.14212.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.86%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=68.86%
G=7.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199226800.890.660.22344.4180.0943.33
HexC716440594216158502b
Octal3072610401311022653012053
Binary11000111101101000100010110011000010101101010110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71644; }

 p { color: rgb(199,22,68); }

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

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

 a { background-color: rgb(199,22,68); }

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

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

 span { border-color: rgb(199,22,68); }

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