#C91647

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

Shades of Cardinal #C91647

Tints of Cardinal #C91647

Color information

#C91647 (or 0xC91647) is unknown color: approx Cardinal. HEX triplet: C9, 16 and 47. RGB value is (201,22,71). Sum of RGB (Red+Green+Blue) = 201+22+71=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C91647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91647 is #36E9B8. Grayscale: #515151. Windows color (decimal): -3598777 or 4658889. OLE color: 4658889.

HSL color Cylindrical-coordinate representation of color #C91647: hue angle of 343.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91647 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2012271-
CMYK00.890.650.21
HSL343.58º80.27%43.73%-
HSV(B)343.58º89.05%78.82%-
XYZ25.5113.457.21-
YUV81.11122.3213.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.37%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=68.37%
G=7.48%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201227100.890.650.21343.5880.2743.73
HexC916470594115158502c
Octal3112610701311012553012054
Binary11001001101101000111010110011000001101011010110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91647; }

 p { color: rgb(201,22,71); }

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

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

 a { background-color: rgb(201,22,71); }

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

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

 span { border-color: rgb(201,22,71); }

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