Html Css Color HEX #C60E4F Ruby

📋 copy color: '#C60E4F'

red 198 ◦ green 14 ◦ blue 79

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

Shades of Ruby #C60E4F

Tints of Ruby #C60E4F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 68.04%
G = 4.81%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60E4F (or 0xC60E4F) is known color: Ruby. HEX triplet: C6, 0E and 4F. RGB value is (198,14,79). Sum of RGB (Red+Green+Blue) = 198+14+79=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60E4F is #39F1B0. Grayscale: #4C4C4C. Windows color (decimal): -3797425 or 5181126. OLE color: 5181126.

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

Color convert

RGB 198 14 79 -
CMYK 0 0.93 0.60 0.22
HSL 338.8º 0.87% 0.42% -
HSV(B) 338.8º 0.93% 0.78% -
XYZ 24.86 12.88 8.57 -
YUV 76.43 129.46 214.71 -
System Red Green Blue C M Y K H S L
Decimal 198 14 79 0 0.93 0.60 0.22 338.8 0.87 0.42
Hex C6 E 4F 0 5D 3C 16 153 57 2A
Octal 306 16 117 0 135 74 26 523 127 52
Binary 11000110 1110 1001111 0 1011101 111100 10110 101010011 1010111 101010

Color Harmonies of #C60E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60E4F

Black with #C60E4F

Text Example


Text Example

White with #C60E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60E4F; }

 p { color: rgb(198,14,79); }

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

background-color css

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

 a { background-color: rgb(198,14,79); }

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

border-color css

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

 span { border-color: rgb(198,14,79); }

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