Html Css Color HEX #C81557 Ruby

📋 copy color: '#C81557'

red 200 ◦ green 21 ◦ blue 87

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

Shades of Ruby #C81557

Tints of Ruby #C81557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 64.94%
G = 6.82%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81557 (or 0xC81557) is known color: Ruby. HEX triplet: C8, 15 and 57. RGB value is (200,21,87). Sum of RGB (Red+Green+Blue) = 200+21+87=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C81557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81557 is #37EAA8. Grayscale: #515151. Windows color (decimal): -3664553 or 5707208. OLE color: 5707208.

HSL color Cylindrical-coordinate representation of color #C81557: hue angle of 337.88º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81557 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 87 -
CMYK 0 0.90 0.56 0.22
HSL 337.88º 0.81% 0.43% -
HSV(B) 337.88º 0.9% 0.78% -
XYZ 25.81 13.5 10.26 -
YUV 82.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 200 21 87 0 0.90 0.56 0.22 337.88 0.81 0.43
Hex C8 15 57 0 5A 38 16 152 51 2B
Octal 310 25 127 0 132 70 26 522 121 53
Binary 11001000 10101 1010111 0 1011010 111000 10110 101010010 1010001 101011

Color Harmonies of #C81557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81557

Black with #C81557

Text Example


Text Example

White with #C81557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81557; }

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

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

background-color css

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

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

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

border-color css

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

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

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