Html Css Color HEX #C81757 Ruby

📋 copy color: '#C81757'

red 200 ◦ green 23 ◦ blue 87

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

Shades of Ruby #C81757

Tints of Ruby #C81757

RGB

 RED value IS 200 (78.52% from 255) = 64.52%

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 64.52%
G = 7.42%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81757 (or 0xC81757) is known color: Ruby. HEX triplet: C8, 17 and 57. RGB value is (200,23,87). Sum of RGB (Red+Green+Blue) = 200+23+87=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C81757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81757 is #37E8A8. Grayscale: #535353. Windows color (decimal): -3664041 or 5707720. OLE color: 5707720.

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

Color convert

RGB 200 23 87 -
CMYK 0 0.88 0.56 0.22
HSL 338.31º 0.79% 0.44% -
HSV(B) 338.31º 0.89% 0.78% -
XYZ 25.85 13.58 10.28 -
YUV 83.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 200 23 87 0 0.88 0.56 0.22 338.31 0.79 0.44
Hex C8 17 57 0 58 38 16 152 4F 2C
Octal 310 27 127 0 130 70 26 522 117 54
Binary 11001000 10111 1010111 0 1011000 111000 10110 101010010 1001111 101100

Color Harmonies of #C81757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81757

Black with #C81757

Text Example


Text Example

White with #C81757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81757; }

 p { color: rgb(200,23,87); }

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

background-color css

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

 a { background-color: rgb(200,23,87); }

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

border-color css

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

 span { border-color: rgb(200,23,87); }

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