#C31839

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

Shades of Cardinal #C31839

Tints of Cardinal #C31839

Color information

#C31839 (or 0xC31839) is unknown color: approx Cardinal. HEX triplet: C3, 18 and 39. RGB value is (195,24,57). Sum of RGB (Red+Green+Blue) = 195+24+57=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C31839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31839 is #3CE7C6. Grayscale: #4E4E4E. Windows color (decimal): -3991495 or 3741891. OLE color: 3741891.

HSL color Cylindrical-coordinate representation of color #C31839: hue angle of 348.42º degrees, saturation: 0.78, 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 #C31839 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1952457-
CMYK00.880.710.24
HSL348.42º78.08%42.94%-
HSV(B)348.42º87.69%76.47%-
XYZ23.5712.555.05-
YUV78.89115.65210.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=70.65%
G=8.70%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195245700.880.710.24348.4278.0842.94
HexC31839058471815c4e2b
Octal303307101301073053411653
Binary1100001111000111001010110001000111110001010111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31839; }

 p { color: rgb(195,24,57); }

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

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

 a { background-color: rgb(195,24,57); }

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

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

 span { border-color: rgb(195,24,57); }

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