#C9163E

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

Shades of Cardinal #C9163E

Tints of Cardinal #C9163E

Color information

#C9163E (or 0xC9163E) is unknown color: approx Cardinal. HEX triplet: C9, 16 and 3E. RGB value is (201,22,62). Sum of RGB (Red+Green+Blue) = 201+22+62=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9163E is #36E9C1. Grayscale: #505050. Windows color (decimal): -3598786 or 4069065. OLE color: 4069065.

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

Color convert

RGB2012262-
CMYK00.890.690.21
HSL346.59º80.27%43.73%-
HSV(B)346.59º89.05%78.82%-
XYZ25.2413.345.8-
YUV80.08117.8214.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.53%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=70.53%
G=7.72%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201226200.890.690.21346.5980.2743.73
HexC9163E059451515b502c
Octal311267601311052553312054
Binary1100100110110111110010110011000101101011010110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9163E; }

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

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

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

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

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

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

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

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