Html Css Color HEX #C81151 Ruby

📋 copy color: '#C81151'

red 200 ◦ green 17 ◦ blue 81

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

Shades of Ruby #C81151

Tints of Ruby #C81151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 81 (32.03% from 255) = 27.18%

R = 67.11%
G = 5.7%
B = 27.18%

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

#C81151 (or 0xC81151) is known color: Ruby. HEX triplet: C8, 11 and 51. RGB value is (200,17,81). Sum of RGB (Red+Green+Blue) = 200+17+81=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C81151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81151 is #37EEAE. Grayscale: #4E4E4E. Windows color (decimal): -3665583 or 5312968. OLE color: 5312968.

HSL color Cylindrical-coordinate representation of color #C81151: hue angle of 339.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81151 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 81 -
CMYK 0 0.92 0.59 0.22
HSL 339.02º 0.84% 0.43% -
HSV(B) 339.02º 0.92% 0.78% -
XYZ 25.51 13.27 9 -
YUV 79.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 200 17 81 0 0.92 0.59 0.22 339.02 0.84 0.43
Hex C8 11 51 0 5C 3B 16 153 54 2B
Octal 310 21 121 0 134 73 26 523 124 53
Binary 11001000 10001 1010001 0 1011100 111011 10110 101010011 1010100 101011

Color Harmonies of #C81151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81151

Black with #C81151

Text Example


Text Example

White with #C81151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81151; }

 p { color: rgb(200,17,81); }

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

background-color css

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

 a { background-color: rgb(200,17,81); }

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

border-color css

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

 span { border-color: rgb(200,17,81); }

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