Html Css Color HEX #C51354 Ruby

📋 copy color: '#C51354'

red 197 ◦ green 19 ◦ blue 84

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

Shades of Ruby #C51354

Tints of Ruby #C51354

RGB

 RED value IS 197 (77.34% from 255) = 65.67%

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 84 (33.2% from 255) = 28%

R = 65.67%
G = 6.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C51354 (or 0xC51354) is known color: Ruby. HEX triplet: C5, 13 and 54. RGB value is (197,19,84). Sum of RGB (Red+Green+Blue) = 197+19+84=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51354 is #3AECAB. Grayscale: #4F4F4F. Windows color (decimal): -3861676 or 5510085. OLE color: 5510085.

HSL color Cylindrical-coordinate representation of color #C51354: hue angle of 338.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51354 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 84 -
CMYK 0 0.90 0.57 0.23
HSL 338.09º 0.82% 0.42% -
HSV(B) 338.09º 0.9% 0.77% -
XYZ 24.86 12.98 9.58 -
YUV 79.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 197 19 84 0 0.90 0.57 0.23 338.09 0.82 0.42
Hex C5 13 54 0 5A 39 17 152 52 2A
Octal 305 23 124 0 132 71 27 522 122 52
Binary 11000101 10011 1010100 0 1011010 111001 10111 101010010 1010010 101010

Color Harmonies of #C51354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51354

Black with #C51354

Text Example


Text Example

White with #C51354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51354; }

 p { color: rgb(197,19,84); }

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

background-color css

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

 a { background-color: rgb(197,19,84); }

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

border-color css

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

 span { border-color: rgb(197,19,84); }

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