#C91940

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

Shades of Cardinal #C91940

Tints of Cardinal #C91940

Color information

#C91940 (or 0xC91940) is unknown color: approx Cardinal. HEX triplet: C9, 19 and 40. RGB value is (201,25,64). Sum of RGB (Red+Green+Blue) = 201+25+64=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C91940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91940 is #36E6BF. Grayscale: #525252. Windows color (decimal): -3598016 or 4200905. OLE color: 4200905.

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

Color convert

RGB2012564-
CMYK00.880.680.21
HSL346.7º77.88%44.31%-
HSV(B)346.7º87.56%78.82%-
XYZ25.3613.486.12-
YUV82.07117.81212.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.31%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=69.31%
G=8.62%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201256400.880.680.21346.777.8844.31
HexC91940058441515b4e2c
Octal3113110001301042553311654
Binary11001001110011000000010110001000100101011010110111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91940; }

 p { color: rgb(201,25,64); }

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

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

 a { background-color: rgb(201,25,64); }

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

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

 span { border-color: rgb(201,25,64); }

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