#C9153E

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

Shades of Cardinal #C9153E

Tints of Cardinal #C9153E

Color information

#C9153E (or 0xC9153E) is unknown color: approx Cardinal. HEX triplet: C9, 15 and 3E. RGB value is (201,21,62). Sum of RGB (Red+Green+Blue) = 201+21+62=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9153E is #36EAC1. Grayscale: #4F4F4F. Windows color (decimal): -3599042 or 4068809. OLE color: 4068809.

HSL color Cylindrical-coordinate representation of color #C9153E: hue angle of 346.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9153E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2012162-
CMYK00.900.690.21
HSL346.33º81.08%43.53%-
HSV(B)346.33º89.55%78.82%-
XYZ25.2313.35.8-
YUV79.49118.13214.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.77%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=70.77%
G=7.39%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201216200.900.690.21346.3381.0843.53
HexC9153E05A451515a512c
Octal311257601321052553212154
Binary1100100110101111110010110101000101101011010110101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9153E; }

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

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

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

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

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

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

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

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