Html Css Color HEX #C70D52 Ruby

📋 copy color: '#C70D52'

red 199 ◦ green 13 ◦ blue 82

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

Shades of Ruby #C70D52

Tints of Ruby #C70D52

RGB

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

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

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

R = 67.69%
G = 4.42%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C70D52 (or 0xC70D52) is known color: Ruby. HEX triplet: C7, 0D and 52. RGB value is (199,13,82). Sum of RGB (Red+Green+Blue) = 199+13+82=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D52 is #38F2AD. Grayscale: #4C4C4C. Windows color (decimal): -3732142 or 5377479. OLE color: 5377479.

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

Color convert

RGB 199 13 82 -
CMYK 0 0.93 0.59 0.22
HSL 337.74º 0.88% 0.42% -
HSV(B) 337.74º 0.93% 0.78% -
XYZ 25.22 13.04 9.17 -
YUV 76.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 199 13 82 0 0.93 0.59 0.22 337.74 0.88 0.42
Hex C7 D 52 0 5D 3B 16 152 58 2A
Octal 307 15 122 0 135 73 26 522 130 52
Binary 11000111 1101 1010010 0 1011101 111011 10110 101010010 1011000 101010

Color Harmonies of #C70D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D52

Black with #C70D52

Text Example


Text Example

White with #C70D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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