Html Css Color HEX #C80D53 Ruby

📋 copy color: '#C80D53'

red 200 ◦ green 13 ◦ blue 83

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

Shades of Ruby #C80D53

Tints of Ruby #C80D53

RGB

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

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

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

R = 67.57%
G = 4.39%
B = 28.04%

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

#C80D53 (or 0xC80D53) is known color: Ruby. HEX triplet: C8, 0D and 53. RGB value is (200,13,83). Sum of RGB (Red+Green+Blue) = 200+13+83=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D53 is #37F2AC. Grayscale: #4C4C4C. Windows color (decimal): -3666605 or 5443016. OLE color: 5443016.

HSL color Cylindrical-coordinate representation of color #C80D53: hue angle of 337.54º degrees, saturation: 0.88, 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 #C80D53 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 83 -
CMYK 0 0.94 0.58 0.22
HSL 337.54º 0.88% 0.42% -
HSV(B) 337.54º 0.94% 0.78% -
XYZ 25.52 13.19 9.38 -
YUV 76.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 200 13 83 0 0.94 0.58 0.22 337.54 0.88 0.42
Hex C8 D 53 0 5E 3A 16 152 58 2A
Octal 310 15 123 0 136 72 26 522 130 52
Binary 11001000 1101 1010011 0 1011110 111010 10110 101010010 1011000 101010

Color Harmonies of #C80D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D53

Black with #C80D53

Text Example


Text Example

White with #C80D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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