Html Css Color HEX #C70F52 Ruby

📋 copy color: '#C70F52'

red 199 ◦ green 15 ◦ blue 82

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

Shades of Ruby #C70F52

Tints of Ruby #C70F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 67.23%
G = 5.07%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C70F52 (or 0xC70F52) is known color: Ruby. HEX triplet: C7, 0F and 52. RGB value is (199,15,82). Sum of RGB (Red+Green+Blue) = 199+15+82=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70F52 is #38F0AD. Grayscale: #4D4D4D. Windows color (decimal): -3731630 or 5377991. OLE color: 5377991.

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

Color convert

RGB 199 15 82 -
CMYK 0 0.92 0.59 0.22
HSL 338.15º 0.86% 0.42% -
HSV(B) 338.15º 0.92% 0.78% -
XYZ 25.25 13.09 9.18 -
YUV 77.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 199 15 82 0 0.92 0.59 0.22 338.15 0.86 0.42
Hex C7 F 52 0 5C 3B 16 152 56 2A
Octal 307 17 122 0 134 73 26 522 126 52
Binary 11000111 1111 1010010 0 1011100 111011 10110 101010010 1010110 101010

Color Harmonies of #C70F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F52

Black with #C70F52

Text Example


Text Example

White with #C70F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F52; }

 p { color: rgb(199,15,82); }

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

background-color css

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

 a { background-color: rgb(199,15,82); }

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

border-color css

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

 span { border-color: rgb(199,15,82); }

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