#C31E4D

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

Shades of Old Rose #C31E4D

Tints of Old Rose #C31E4D

Color information

#C31E4D (or 0xC31E4D) is unknown color: approx Old Rose. HEX triplet: C3, 1E and 4D. RGB value is (195,30,77). Sum of RGB (Red+Green+Blue) = 195+30+77=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E4D is #3CE1B2. Grayscale: #545454. Windows color (decimal): -3989939 or 5054147. OLE color: 5054147.

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

Color convert

RGB1953077-
CMYK00.850.610.24
HSL342.91º73.33%44.12%-
HSV(B)342.91º84.62%76.47%-
XYZ24.3113.078.26-
YUV84.69123.66206.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.57%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=64.57%
G=9.93%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195307700.850.610.24342.9173.3344.12
HexC31E4D0553D18157492c
Octal303361150125753052711154
Binary1100001111110100110101010101111101110001010101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E4D; }

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

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

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

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

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

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

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

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