Html Css Color HEX #C70757 Ruby

📋 copy color: '#C70757'

red 199 ◦ green 7 ◦ blue 87

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

Shades of Ruby #C70757

Tints of Ruby #C70757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 67.92%
G = 2.39%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70757 (or 0xC70757) is known color: Ruby. HEX triplet: C7, 07 and 57. RGB value is (199,7,87). Sum of RGB (Red+Green+Blue) = 199+7+87=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70757 is #38F8A8. Grayscale: #494949. Windows color (decimal): -3733673 or 5703623. OLE color: 5703623.

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

Color convert

RGB 199 7 87 -
CMYK 0 0.96 0.56 0.22
HSL 335º 0.93% 0.4% -
HSV(B) 335º 0.96% 0.78% -
XYZ 25.35 12.98 10.19 -
YUV 73.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 199 7 87 0 0.96 0.56 0.22 335 0.93 0.4
Hex C7 7 57 0 60 38 16 14F 5D 28
Octal 307 7 127 0 140 70 26 517 135 50
Binary 11000111 111 1010111 0 1100000 111000 10110 101001111 1011101 101000

Color Harmonies of #C70757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70757

Black with #C70757

Text Example


Text Example

White with #C70757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70757; }

 p { color: rgb(199,7,87); }

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

background-color css

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

 a { background-color: rgb(199,7,87); }

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

border-color css

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

 span { border-color: rgb(199,7,87); }

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