Html Css Color HEX #C3175F Ruby

📋 copy color: '#C3175F'

red 195 ◦ green 23 ◦ blue 95

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

Shades of Ruby #C3175F

Tints of Ruby #C3175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 62.3%
G = 7.35%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3175F (or 0xC3175F) is known color: Ruby. HEX triplet: C3, 17 and 5F. RGB value is (195,23,95). Sum of RGB (Red+Green+Blue) = 195+23+95=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3175F is #3CE8A0. Grayscale: #525252. Windows color (decimal): -3991713 or 6232003. OLE color: 6232003.

HSL color Cylindrical-coordinate representation of color #C3175F: hue angle of 334.88º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3175F is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 95 -
CMYK 0 0.88 0.51 0.24
HSL 334.88º 0.79% 0.43% -
HSV(B) 334.88º 0.88% 0.76% -
XYZ 24.88 13.04 12.03 -
YUV 82.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 195 23 95 0 0.88 0.51 0.24 334.88 0.79 0.43
Hex C3 17 5F 0 58 33 18 14F 4F 2B
Octal 303 27 137 0 130 63 30 517 117 53
Binary 11000011 10111 1011111 0 1011000 110011 11000 101001111 1001111 101011

Color Harmonies of #C3175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3175F

Black with #C3175F

Text Example


Text Example

White with #C3175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3175F; }

 p { color: rgb(195,23,95); }

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

background-color css

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

 a { background-color: rgb(195,23,95); }

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

border-color css

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

 span { border-color: rgb(195,23,95); }

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