Html Css Color HEX #C31155 Ruby

📋 copy color: '#C31155'

red 195 ◦ green 17 ◦ blue 85

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

Shades of Ruby #C31155

Tints of Ruby #C31155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 65.66%
G = 5.72%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31155 (or 0xC31155) is known color: Ruby. HEX triplet: C3, 11 and 55. RGB value is (195,17,85). Sum of RGB (Red+Green+Blue) = 195+17+85=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31155 is #3CEEAA. Grayscale: #4D4D4D. Windows color (decimal): -3993259 or 5575107. OLE color: 5575107.

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

Color convert

RGB 195 17 85 -
CMYK 0 0.91 0.56 0.24
HSL 337.08º 0.84% 0.42% -
HSV(B) 337.08º 0.91% 0.76% -
XYZ 24.35 12.66 9.75 -
YUV 77.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 195 17 85 0 0.91 0.56 0.24 337.08 0.84 0.42
Hex C3 11 55 0 5B 38 18 151 54 2A
Octal 303 21 125 0 133 70 30 521 124 52
Binary 11000011 10001 1010101 0 1011011 111000 11000 101010001 1010100 101010

Color Harmonies of #C31155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31155

Black with #C31155

Text Example


Text Example

White with #C31155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31155; }

 p { color: rgb(195,17,85); }

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

background-color css

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

 a { background-color: rgb(195,17,85); }

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

border-color css

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

 span { border-color: rgb(195,17,85); }

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