Html Css Color HEX #C5094F Ruby

📋 copy color: '#C5094F'

red 197 ◦ green 9 ◦ blue 79

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

Shades of Ruby #C5094F

Tints of Ruby #C5094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 69.12%
G = 3.16%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5094F (or 0xC5094F) is known color: Ruby. HEX triplet: C5, 09 and 4F. RGB value is (197,9,79). Sum of RGB (Red+Green+Blue) = 197+9+79=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C5094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5094F is #3AF6B0. Grayscale: #494949. Windows color (decimal): -3864241 or 5179845. OLE color: 5179845.

HSL color Cylindrical-coordinate representation of color #C5094F: hue angle of 337.66º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5094F is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 79 -
CMYK 0 0.95 0.60 0.23
HSL 337.66º 0.91% 0.4% -
HSV(B) 337.66º 0.95% 0.77% -
XYZ 24.53 12.63 8.54 -
YUV 73.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 197 9 79 0 0.95 0.60 0.23 337.66 0.91 0.4
Hex C5 9 4F 0 5F 3C 17 152 5B 28
Octal 305 11 117 0 137 74 27 522 133 50
Binary 11000101 1001 1001111 0 1011111 111100 10111 101010010 1011011 101000

Color Harmonies of #C5094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5094F

Black with #C5094F

Text Example


Text Example

White with #C5094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5094F; }

 p { color: rgb(197,9,79); }

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

background-color css

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

 a { background-color: rgb(197,9,79); }

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

border-color css

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

 span { border-color: rgb(197,9,79); }

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