#C7154B

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

Shades of Cardinal #C7154B

Tints of Cardinal #C7154B

Color information

#C7154B (or 0xC7154B) is unknown color: approx Cardinal. HEX triplet: C7, 15 and 4B. RGB value is (199,21,75). Sum of RGB (Red+Green+Blue) = 199+21+75=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7154B is #38EAB4. Grayscale: #505050. Windows color (decimal): -3730101 or 4920775. OLE color: 4920775.

HSL color Cylindrical-coordinate representation of color #C7154B: hue angle of 341.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7154B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1992175-
CMYK00.890.620.22
HSL341.8º80.91%43.14%-
HSV(B)341.8º89.45%78.04%-
XYZ25.0913.197.88-
YUV80.38124.97212.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.46%
GREEN value IS 21 (8.59% from 255) = 7.12%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=67.46%
G=7.12%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199217500.890.620.22341.880.9143.14
HexC7154B0593E16156512b
Octal307251130131762652612153
Binary1100011110101100101101011001111110101101010101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7154B; }

 p { color: rgb(199,21,75); }

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

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

 a { background-color: rgb(199,21,75); }

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

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

 span { border-color: rgb(199,21,75); }

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