#c31838

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

Shades of Cardinal #C31838

Tints of Cardinal #C31838

Color information

#C31838 (or 0xC31838) is unknown color: approx Cardinal. HEX triplet: C3, 18 and 38. RGB value is (195,24,56). Sum of RGB (Red+Green+Blue) = 195+24+56=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31838 is #3CE7C7. Grayscale: #4E4E4E. Windows color (decimal): -3991496 or 3676355. OLE color: 3676355.

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

Color convert

RGB1952456-
CMYK00.880.710.24
HSL348.77º78.08%42.94%-
HSV(B)348.77º87.69%76.47%-
XYZ23.5512.544.92-
YUV78.78115.15210.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=70.91%
G=8.73%
B=20.36%

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
Decimal195245600.880.710.24348.7778.0842.94
HexC31838058471815d4e2b
Octal303307001301073053511653
Binary1100001111000111000010110001000111110001010111011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c31838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c31838; }

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

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

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

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

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

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

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

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