Html Css Color HEX #C81552 Ruby

📋 copy color: '#C81552'

red 200 ◦ green 21 ◦ blue 82

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

Shades of Ruby #C81552

Tints of Ruby #C81552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 66.01%
G = 6.93%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C81552 (or 0xC81552) is known color: Ruby. HEX triplet: C8, 15 and 52. RGB value is (200,21,82). Sum of RGB (Red+Green+Blue) = 200+21+82=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81552 is #37EAAD. Grayscale: #515151. Windows color (decimal): -3664558 or 5379528. OLE color: 5379528.

HSL color Cylindrical-coordinate representation of color #C81552: hue angle of 339.55º 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 #C81552 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 82 -
CMYK 0 0.90 0.59 0.22
HSL 339.55º 0.81% 0.43% -
HSV(B) 339.55º 0.9% 0.78% -
XYZ 25.61 13.42 9.22 -
YUV 81.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 200 21 82 0 0.90 0.59 0.22 339.55 0.81 0.43
Hex C8 15 52 0 5A 3B 16 154 51 2B
Octal 310 25 122 0 132 73 26 524 121 53
Binary 11001000 10101 1010010 0 1011010 111011 10110 101010100 1010001 101011

Color Harmonies of #C81552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81552

Black with #C81552

Text Example


Text Example

White with #C81552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81552; }

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

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

background-color css

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

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

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

border-color css

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

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

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