#C71643

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

Shades of Cardinal #C71643

Tints of Cardinal #C71643

Color information

#C71643 (or 0xC71643) is unknown color: approx Cardinal. HEX triplet: C7, 16 and 43. RGB value is (199,22,67). Sum of RGB (Red+Green+Blue) = 199+22+67=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C71643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71643 is #38E9BC. Grayscale: #505050. Windows color (decimal): -3729853 or 4396743. OLE color: 4396743.

HSL color Cylindrical-coordinate representation of color #C71643: hue angle of 344.75º 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 #C71643 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB1992267-
CMYK00.890.660.22
HSL344.75º80.09%43.33%-
HSV(B)344.75º88.94%78.04%-
XYZ24.8513.126.53-
YUV80.05120.64212.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.10%
GREEN value IS 22 (8.98% from 255) = 7.64%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=69.10%
G=7.64%
B=23.26%

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
Decimal199226700.890.660.22344.7580.0943.33
HexC716430594216159502b
Octal3072610301311022653112053
Binary11000111101101000011010110011000010101101010110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71643; }

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

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

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

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

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

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

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

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