Html Css Color HEX #C80C53 Ruby

📋 copy color: '#C80C53'

red 200 ◦ green 12 ◦ blue 83

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

Shades of Ruby #C80C53

Tints of Ruby #C80C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 67.8%
G = 4.07%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80C53 (or 0xC80C53) is known color: Ruby. HEX triplet: C8, 0C and 53. RGB value is (200,12,83). Sum of RGB (Red+Green+Blue) = 200+12+83=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C53 is #37F3AC. Grayscale: #4C4C4C. Windows color (decimal): -3666861 or 5442760. OLE color: 5442760.

HSL color Cylindrical-coordinate representation of color #C80C53: hue angle of 337.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C53 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 83 -
CMYK 0 0.94 0.58 0.22
HSL 337.34º 0.89% 0.42% -
HSV(B) 337.34º 0.94% 0.78% -
XYZ 25.51 13.17 9.38 -
YUV 76.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 200 12 83 0 0.94 0.58 0.22 337.34 0.89 0.42
Hex C8 C 53 0 5E 3A 16 151 59 2A
Octal 310 14 123 0 136 72 26 521 131 52
Binary 11001000 1100 1010011 0 1011110 111010 10110 101010001 1011001 101010

Color Harmonies of #C80C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C53

Black with #C80C53

Text Example


Text Example

White with #C80C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C53; }

 p { color: rgb(200,12,83); }

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

background-color css

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

 a { background-color: rgb(200,12,83); }

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

border-color css

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

 span { border-color: rgb(200,12,83); }

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