Html Css Color HEX #C81658 Ruby

📋 copy color: '#C81658'

red 200 ◦ green 22 ◦ blue 88

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

Shades of Ruby #C81658

Tints of Ruby #C81658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

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

R = 64.52%
G = 7.1%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81658 (or 0xC81658) is known color: Ruby. HEX triplet: C8, 16 and 58. RGB value is (200,22,88). Sum of RGB (Red+Green+Blue) = 200+22+88=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C81658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81658 is #37E9A7. Grayscale: #525252. Windows color (decimal): -3664296 or 5773000. OLE color: 5773000.

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

Color convert

RGB 200 22 88 -
CMYK 0 0.89 0.56 0.22
HSL 337.75º 0.8% 0.44% -
HSV(B) 337.75º 0.89% 0.78% -
XYZ 25.87 13.56 10.49 -
YUV 82.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 200 22 88 0 0.89 0.56 0.22 337.75 0.8 0.44
Hex C8 16 58 0 59 38 16 152 50 2C
Octal 310 26 130 0 131 70 26 522 120 54
Binary 11001000 10110 1011000 0 1011001 111000 10110 101010010 1010000 101100

Color Harmonies of #C81658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81658

Black with #C81658

Text Example


Text Example

White with #C81658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81658; }

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

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

background-color css

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

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

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

border-color css

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

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

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