#C31E39

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

Shades of Cardinal #C31E39

Tints of Cardinal #C31E39

Color information

#C31E39 (or 0xC31E39) is unknown color: approx Cardinal. HEX triplet: C3, 1E and 39. RGB value is (195,30,57). Sum of RGB (Red+Green+Blue) = 195+30+57=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E39 is #3CE1C6. Grayscale: #525252. Windows color (decimal): -3989959 or 3743427. OLE color: 3743427.

HSL color Cylindrical-coordinate representation of color #C31E39: hue angle of 350.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E39 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1953057-
CMYK00.850.710.24
HSL350.18º73.33%44.12%-
HSV(B)350.18º84.62%76.47%-
XYZ23.7112.835.1-
YUV82.41113.66208.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=69.15%
G=10.64%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195305700.850.710.24350.1873.3344.12
HexC31E39055471815e492c
Octal303367101251073053611154
Binary1100001111110111001010101011000111110001010111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E39; }

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

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

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

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

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

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

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

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