Html Css Color HEX #C61251 Ruby

📋 copy color: '#C61251'

red 198 ◦ green 18 ◦ blue 81

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

Shades of Ruby #C61251

Tints of Ruby #C61251

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 66.67%
G = 6.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C61251 (or 0xC61251) is known color: Ruby. HEX triplet: C6, 12 and 51. RGB value is (198,18,81). Sum of RGB (Red+Green+Blue) = 198+18+81=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C61251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61251 is #39EDAE. Grayscale: #4E4E4E. Windows color (decimal): -3796399 or 5313222. OLE color: 5313222.

HSL color Cylindrical-coordinate representation of color #C61251: hue angle of 339º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61251 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 81 -
CMYK 0 0.91 0.59 0.22
HSL 339º 0.83% 0.42% -
HSV(B) 339º 0.91% 0.78% -
XYZ 24.99 13.03 8.98 -
YUV 79 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 198 18 81 0 0.91 0.59 0.22 339 0.83 0.42
Hex C6 12 51 0 5B 3B 16 153 53 2A
Octal 306 22 121 0 133 73 26 523 123 52
Binary 11000110 10010 1010001 0 1011011 111011 10110 101010011 1010011 101010

Color Harmonies of #C61251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61251

Black with #C61251

Text Example


Text Example

White with #C61251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61251; }

 p { color: rgb(198,18,81); }

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

background-color css

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

 a { background-color: rgb(198,18,81); }

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

border-color css

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

 span { border-color: rgb(198,18,81); }

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