Html Css Color HEX #C80F55 Ruby

📋 copy color: '#C80F55'

red 200 ◦ green 15 ◦ blue 85

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

Shades of Ruby #C80F55

Tints of Ruby #C80F55

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 66.67%
G = 5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80F55 (or 0xC80F55) is known color: Ruby. HEX triplet: C8, 0F and 55. RGB value is (200,15,85). Sum of RGB (Red+Green+Blue) = 200+15+85=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F55 is #37F0AA. Grayscale: #4E4E4E. Windows color (decimal): -3666091 or 5574600. OLE color: 5574600.

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

Color convert

RGB 200 15 85 -
CMYK 0 0.92 0.58 0.22
HSL 337.3º 0.86% 0.42% -
HSV(B) 337.3º 0.93% 0.78% -
XYZ 25.63 13.28 9.81 -
YUV 78.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 200 15 85 0 0.92 0.58 0.22 337.3 0.86 0.42
Hex C8 F 55 0 5C 3A 16 151 56 2A
Octal 310 17 125 0 134 72 26 521 126 52
Binary 11001000 1111 1010101 0 1011100 111010 10110 101010001 1010110 101010

Color Harmonies of #C80F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F55

Black with #C80F55

Text Example


Text Example

White with #C80F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F55; }

 p { color: rgb(200,15,85); }

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

background-color css

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

 a { background-color: rgb(200,15,85); }

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

border-color css

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

 span { border-color: rgb(200,15,85); }

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