Html Css Color HEX #C81958 Ruby

📋 copy color: '#C81958'

red 200 ◦ green 25 ◦ blue 88

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

Shades of Ruby #C81958

Tints of Ruby #C81958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 63.9%
G = 7.99%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81958 (or 0xC81958) is known color: Ruby. HEX triplet: C8, 19 and 58. RGB value is (200,25,88). Sum of RGB (Red+Green+Blue) = 200+25+88=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C81958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81958 is #37E6A7. Grayscale: #545454. Windows color (decimal): -3663528 or 5773768. OLE color: 5773768.

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

Color convert

RGB 200 25 88 -
CMYK 0 0.88 0.56 0.22
HSL 338.4º 0.78% 0.44% -
HSV(B) 338.4º 0.88% 0.78% -
XYZ 25.93 13.68 10.51 -
YUV 84.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 200 25 88 0 0.88 0.56 0.22 338.4 0.78 0.44
Hex C8 19 58 0 58 38 16 152 4E 2C
Octal 310 31 130 0 130 70 26 522 116 54
Binary 11001000 11001 1011000 0 1011000 111000 10110 101010010 1001110 101100

Color Harmonies of #C81958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81958

Black with #C81958

Text Example


Text Example

White with #C81958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81958; }

 p { color: rgb(200,25,88); }

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

background-color css

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

 a { background-color: rgb(200,25,88); }

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

border-color css

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

 span { border-color: rgb(200,25,88); }

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