#C9134D

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

Shades of Cardinal #C9134D

Tints of Cardinal #C9134D

Color information

#C9134D (or 0xC9134D) is unknown color: approx Cardinal. HEX triplet: C9, 13 and 4D. RGB value is (201,19,77). Sum of RGB (Red+Green+Blue) = 201+19+77=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9134D is #36ECB2. Grayscale: #4F4F4F. Windows color (decimal): -3599539 or 5051337. OLE color: 5051337.

HSL color Cylindrical-coordinate representation of color #C9134D: hue angle of 340.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9134D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2011977-
CMYK00.910.620.21
HSL340.88º82.73%43.14%-
HSV(B)340.88º90.55%78.82%-
XYZ25.6613.428.26-
YUV80.03126.3214.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 19 (7.81% from 255) = 6.40%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=67.68%
G=6.40%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201197700.910.620.21340.8882.7343.14
HexC9134D05B3E15155532b
Octal311231150133762552512353
Binary1100100110011100110101011011111110101011010101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9134D; }

 p { color: rgb(201,19,77); }

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

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

 a { background-color: rgb(201,19,77); }

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

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

 span { border-color: rgb(201,19,77); }

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