#c32731

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

Shades of Cardinal #C32731

Tints of Cardinal #C32731

Color information

#C32731 (or 0xC32731) is unknown color: approx Cardinal. HEX triplet: C3, 27 and 31. RGB value is (195,39,49). Sum of RGB (Red+Green+Blue) = 195+39+49=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32731 is #3CD8CE. Grayscale: #565656. Windows color (decimal): -3987663 or 3221443. OLE color: 3221443.

HSL color Cylindrical-coordinate representation of color #C32731: hue angle of 356.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1953949-
CMYK00.800.750.24
HSL356.15º66.67%45.88%-
HSV(B)356.15º80%76.47%-
XYZ23.7913.274.21-
YUV86.78106.68205.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.90%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=68.90%
G=13.78%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195394900.800.750.24356.1566.6745.88
HexC327310504B18164432e
Octal303476101201133054410356
Binary11000011100111110001010100001001011110001011001001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32731; }

 p { color: rgb(195,39,49); }

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

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

 a { background-color: rgb(195,39,49); }

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

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

 span { border-color: rgb(195,39,49); }

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