Html Css Color HEX #C70D54 Ruby

📋 copy color: '#C70D54'

red 199 ◦ green 13 ◦ blue 84

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

Shades of Ruby #C70D54

Tints of Ruby #C70D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 67.23%
G = 4.39%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C70D54 (or 0xC70D54) is known color: Ruby. HEX triplet: C7, 0D and 54. RGB value is (199,13,84). Sum of RGB (Red+Green+Blue) = 199+13+84=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D54 is #38F2AB. Grayscale: #4C4C4C. Windows color (decimal): -3732140 or 5508551. OLE color: 5508551.

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

Color convert

RGB 199 13 84 -
CMYK 0 0.93 0.58 0.22
HSL 337.1º 0.88% 0.42% -
HSV(B) 337.1º 0.93% 0.78% -
XYZ 25.3 13.07 9.58 -
YUV 76.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 199 13 84 0 0.93 0.58 0.22 337.1 0.88 0.42
Hex C7 D 54 0 5D 3A 16 151 58 2A
Octal 307 15 124 0 135 72 26 521 130 52
Binary 11000111 1101 1010100 0 1011101 111010 10110 101010001 1011000 101010

Color Harmonies of #C70D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D54

Black with #C70D54

Text Example


Text Example

White with #C70D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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