Html Css Color HEX #C70D55 Ruby

📋 copy color: '#C70D55'

red 199 ◦ green 13 ◦ blue 85

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

Shades of Ruby #C70D55

Tints of Ruby #C70D55

RGB

 RED value IS 199 (78.13% from 255) = 67%

 GREEN value IS 13 (5.47% from 255) = 4.38%

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

R = 67%
G = 4.38%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C70D55 (or 0xC70D55) is known color: Ruby. HEX triplet: C7, 0D and 55. RGB value is (199,13,85). Sum of RGB (Red+Green+Blue) = 199+13+85=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D55 is #38F2AA. Grayscale: #4C4C4C. Windows color (decimal): -3732139 or 5574087. OLE color: 5574087.

HSL color Cylindrical-coordinate representation of color #C70D55: hue angle of 336.77º degrees, saturation: 0.88, 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 #C70D55 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 85 -
CMYK 0 0.93 0.57 0.22
HSL 336.77º 0.88% 0.42% -
HSV(B) 336.77º 0.93% 0.78% -
XYZ 25.34 13.09 9.78 -
YUV 76.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 199 13 85 0 0.93 0.57 0.22 336.77 0.88 0.42
Hex C7 D 55 0 5D 39 16 151 58 2A
Octal 307 15 125 0 135 71 26 521 130 52
Binary 11000111 1101 1010101 0 1011101 111001 10110 101010001 1011000 101010

Color Harmonies of #C70D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D55

Black with #C70D55

Text Example


Text Example

White with #C70D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D55; }

 p { color: rgb(199,13,85); }

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

background-color css

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

 a { background-color: rgb(199,13,85); }

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

border-color css

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

 span { border-color: rgb(199,13,85); }

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