Html Css Color HEX #C60F5F Ruby

📋 copy color: '#C60F5F'

red 198 ◦ green 15 ◦ blue 95

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

Shades of Ruby #C60F5F

Tints of Ruby #C60F5F

RGB

 RED value IS 198 (77.73% from 255) = 64.29%

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 64.29%
G = 4.87%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C60F5F (or 0xC60F5F) is known color: Ruby. HEX triplet: C6, 0F and 5F. RGB value is (198,15,95). Sum of RGB (Red+Green+Blue) = 198+15+95=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F5F is #39F0A0. Grayscale: #4E4E4E. Windows color (decimal): -3797153 or 6229958. OLE color: 6229958.

HSL color Cylindrical-coordinate representation of color #C60F5F: hue angle of 333.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F5F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 95 -
CMYK 0 0.92 0.52 0.22
HSL 333.77º 0.86% 0.42% -
HSV(B) 333.77º 0.92% 0.78% -
XYZ 25.53 13.17 12.02 -
YUV 78.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 198 15 95 0 0.92 0.52 0.22 333.77 0.86 0.42
Hex C6 F 5F 0 5C 34 16 14E 56 2A
Octal 306 17 137 0 134 64 26 516 126 52
Binary 11000110 1111 1011111 0 1011100 110100 10110 101001110 1010110 101010

Color Harmonies of #C60F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F5F

Black with #C60F5F

Text Example


Text Example

White with #C60F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F5F; }

 p { color: rgb(198,15,95); }

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

background-color css

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

 a { background-color: rgb(198,15,95); }

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

border-color css

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

 span { border-color: rgb(198,15,95); }

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