Html Css Color HEX #C31557 Ruby

📋 copy color: '#C31557'

red 195 ◦ green 21 ◦ blue 87

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

Shades of Ruby #C31557

Tints of Ruby #C31557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 64.36%
G = 6.93%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C31557 (or 0xC31557) is known color: Ruby. HEX triplet: C3, 15 and 57. RGB value is (195,21,87). Sum of RGB (Red+Green+Blue) = 195+21+87=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C31557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31557 is #3CEAA8. Grayscale: #505050. Windows color (decimal): -3992233 or 5707203. OLE color: 5707203.

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

Color convert

RGB 195 21 87 -
CMYK 0 0.89 0.55 0.24
HSL 337.24º 0.81% 0.42% -
HSV(B) 337.24º 0.89% 0.76% -
XYZ 24.49 12.83 10.2 -
YUV 80.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 195 21 87 0 0.89 0.55 0.24 337.24 0.81 0.42
Hex C3 15 57 0 59 37 18 151 51 2A
Octal 303 25 127 0 131 67 30 521 121 52
Binary 11000011 10101 1010111 0 1011001 110111 11000 101010001 1010001 101010

Color Harmonies of #C31557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31557

Black with #C31557

Text Example


Text Example

White with #C31557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31557; }

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

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

background-color css

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

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

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

border-color css

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

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

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