#C31740

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

Shades of Cardinal #C31740

Tints of Cardinal #C31740

Color information

#C31740 (or 0xC31740) is unknown color: approx Cardinal. HEX triplet: C3, 17 and 40. RGB value is (195,23,64). Sum of RGB (Red+Green+Blue) = 195+23+64=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31740 is #3CE8BF. Grayscale: #4F4F4F. Windows color (decimal): -3991744 or 4200387. OLE color: 4200387.

HSL color Cylindrical-coordinate representation of color #C31740: hue angle of 345.7º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31740 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1952364-
CMYK00.880.670.24
HSL345.7º78.9%42.75%-
HSV(B)345.7º88.21%76.47%-
XYZ23.7412.596.03-
YUV79.1119.48210.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 23 (9.38% from 255) = 8.16%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=69.15%
G=8.16%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195236400.880.670.24345.778.942.75
HexC31740058431815a4f2b
Octal3032710001301033053211753
Binary11000011101111000000010110001000011110001010110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31740; }

 p { color: rgb(195,23,64); }

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

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

 a { background-color: rgb(195,23,64); }

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

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

 span { border-color: rgb(195,23,64); }

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