Html Css Color HEX #C31356 Ruby

📋 copy color: '#C31356'

red 195 ◦ green 19 ◦ blue 86

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

Shades of Ruby #C31356

Tints of Ruby #C31356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 65%
G = 6.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31356 (or 0xC31356) is known color: Ruby. HEX triplet: C3, 13 and 56. RGB value is (195,19,86). Sum of RGB (Red+Green+Blue) = 195+19+86=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31356 is #3CECA9. Grayscale: #4F4F4F. Windows color (decimal): -3992746 or 5641155. OLE color: 5641155.

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

Color convert

RGB 195 19 86 -
CMYK 0 0.90 0.56 0.24
HSL 337.16º 0.82% 0.42% -
HSV(B) 337.16º 0.9% 0.76% -
XYZ 24.42 12.74 9.98 -
YUV 79.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 195 19 86 0 0.90 0.56 0.24 337.16 0.82 0.42
Hex C3 13 56 0 5A 38 18 151 52 2A
Octal 303 23 126 0 132 70 30 521 122 52
Binary 11000011 10011 1010110 0 1011010 111000 11000 101010001 1010010 101010

Color Harmonies of #C31356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31356

Black with #C31356

Text Example


Text Example

White with #C31356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31356; }

 p { color: rgb(195,19,86); }

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

background-color css

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

 a { background-color: rgb(195,19,86); }

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

border-color css

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

 span { border-color: rgb(195,19,86); }

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