#C7133D

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

Shades of Cardinal #C7133D

Tints of Cardinal #C7133D

Color information

#C7133D (or 0xC7133D) is unknown color: approx Cardinal. HEX triplet: C7, 13 and 3D. RGB value is (199,19,61). Sum of RGB (Red+Green+Blue) = 199+19+61=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7133D is #38ECC2. Grayscale: #4D4D4D. Windows color (decimal): -3730627 or 4002759. OLE color: 4002759.

HSL color Cylindrical-coordinate representation of color #C7133D: hue angle of 346º 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 #C7133D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1991961-
CMYK00.900.690.22
HSL346º82.57%42.75%-
HSV(B)346º90.45%78.04%-
XYZ24.6312.945.62-
YUV77.61118.63214.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.33%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=71.33%
G=6.81%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199196100.900.690.2234682.5742.75
HexC7133D05A451615a532b
Octal307237501321052653212353
Binary1100011110011111101010110101000101101101010110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7133D; }

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

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

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

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

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

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

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

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