Html Css Color HEX #C31355 Ruby

📋 copy color: '#C31355'

red 195 ◦ green 19 ◦ blue 85

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

Shades of Ruby #C31355

Tints of Ruby #C31355

RGB

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

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

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

R = 65.22%
G = 6.35%
B = 28.43%

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

#C31355 (or 0xC31355) is known color: Ruby. HEX triplet: C3, 13 and 55. RGB value is (195,19,85). Sum of RGB (Red+Green+Blue) = 195+19+85=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31355 is #3CECAA. Grayscale: #4F4F4F. Windows color (decimal): -3992747 or 5575619. OLE color: 5575619.

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

Color convert

RGB 195 19 85 -
CMYK 0 0.90 0.56 0.24
HSL 337.5º 0.82% 0.42% -
HSV(B) 337.5º 0.9% 0.76% -
XYZ 24.38 12.72 9.77 -
YUV 79.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 195 19 85 0 0.90 0.56 0.24 337.5 0.82 0.42
Hex C3 13 55 0 5A 38 18 152 52 2A
Octal 303 23 125 0 132 70 30 522 122 52
Binary 11000011 10011 1010101 0 1011010 111000 11000 101010010 1010010 101010

Color Harmonies of #C31355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31355

Black with #C31355

Text Example


Text Example

White with #C31355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31355; }

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

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

background-color css

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

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

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

border-color css

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

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

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