#C31E32

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

Shades of Cardinal #C31E32

Tints of Cardinal #C31E32

Color information

#C31E32 (or 0xC31E32) is unknown color: approx Cardinal. HEX triplet: C3, 1E and 32. RGB value is (195,30,50). Sum of RGB (Red+Green+Blue) = 195+30+50=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E32 is #3CE1CD. Grayscale: #515151. Windows color (decimal): -3989966 or 3284675. OLE color: 3284675.

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

Color convert

RGB1953050-
CMYK00.850.740.24
HSL352.73º73.33%44.12%-
HSV(B)352.73º84.62%76.47%-
XYZ23.5512.764.24-
YUV81.61110.16208.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=70.91%
G=10.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195305000.850.740.24352.7373.3344.12
HexC31E320554A18161492c
Octal303366201251123054111154
Binary1100001111110110010010101011001010110001011000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E32; }

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

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

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

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

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

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

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

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