#C7132E

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

Shades of Cardinal #C7132E

Tints of Cardinal #C7132E

Color information

#C7132E (or 0xC7132E) is unknown color: approx Cardinal. HEX triplet: C7, 13 and 2E. RGB value is (199,19,46). Sum of RGB (Red+Green+Blue) = 199+19+46=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7132E is #38ECD1. Grayscale: #4B4B4B. Windows color (decimal): -3730642 or 3019719. OLE color: 3019719.

HSL color Cylindrical-coordinate representation of color #C7132E: hue angle of 351º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7132E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1991946-
CMYK00.900.770.22
HSL351º82.57%42.75%-
HSV(B)351º90.45%78.04%-
XYZ24.2812.813.78-
YUV75.9111.13215.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=75.38%
G=7.20%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199194600.900.770.2235182.5742.75
HexC7132E05A4D1615f532b
Octal307235601321152653712353
Binary1100011110011101110010110101001101101101010111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7132E; }

 p { color: rgb(199,19,46); }

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

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

 a { background-color: rgb(199,19,46); }

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

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

 span { border-color: rgb(199,19,46); }

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