Html Css Color HEX #C31551 Old Rose

📋 copy color: '#C31551'

red 195 ◦ green 21 ◦ blue 81

#C31551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C31551

Tints of Old Rose #C31551

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 65.66%
G = 7.07%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31551 (or 0xC31551) is known color: Old Rose. HEX triplet: C3, 15 and 51. RGB value is (195,21,81). Sum of RGB (Red+Green+Blue) = 195+21+81=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31551 is #3CEAAE. Grayscale: #4F4F4F. Windows color (decimal): -3992239 or 5313987. OLE color: 5313987.

HSL color Cylindrical-coordinate representation of color #C31551: hue angle of 339.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31551 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 81 -
CMYK 0 0.89 0.58 0.24
HSL 339.31º 0.81% 0.42% -
HSV(B) 339.31º 0.89% 0.76% -
XYZ 24.26 12.73 8.96 -
YUV 79.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 195 21 81 0 0.89 0.58 0.24 339.31 0.81 0.42
Hex C3 15 51 0 59 3A 18 153 51 2A
Octal 303 25 121 0 131 72 30 523 121 52
Binary 11000011 10101 1010001 0 1011001 111010 11000 101010011 1010001 101010

Color Harmonies of #C31551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31551

Black with #C31551

Text Example


Text Example

White with #C31551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31551; }

 p { color: rgb(195,21,81); }

 H1.HeaderClassName
 {
   color: #C31551;
 }
 .AnyTagClassName
 {
   color: #C31551;
 }
</style>

background-color css

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

 a { background-color: rgb(195,21,81); }

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

border-color css

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

 span { border-color: rgb(195,21,81); }

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