Html Css Color HEX #C9104F Ruby

📋 copy color: '#C9104F'

red 201 ◦ green 16 ◦ blue 79

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

Shades of Ruby #C9104F

Tints of Ruby #C9104F

RGB

 RED value IS 201 (78.91% from 255) = 67.91%

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 67.91%
G = 5.41%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9104F (or 0xC9104F) is known color: Ruby. HEX triplet: C9, 10 and 4F. RGB value is (201,16,79). Sum of RGB (Red+Green+Blue) = 201+16+79=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9104F is #36EFB0. Grayscale: #4E4E4E. Windows color (decimal): -3600305 or 5181641. OLE color: 5181641.

HSL color Cylindrical-coordinate representation of color #C9104F: hue angle of 339.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9104F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 79 -
CMYK 0 0.92 0.61 0.21
HSL 339.57º 0.85% 0.43% -
HSV(B) 339.57º 0.92% 0.79% -
XYZ 25.68 13.35 8.62 -
YUV 78.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 201 16 79 0 0.92 0.61 0.21 339.57 0.85 0.43
Hex C9 10 4F 0 5C 3D 15 154 55 2B
Octal 311 20 117 0 134 75 25 524 125 53
Binary 11001001 10000 1001111 0 1011100 111101 10101 101010100 1010101 101011

Color Harmonies of #C9104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9104F

Black with #C9104F

Text Example


Text Example

White with #C9104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9104F; }

 p { color: rgb(201,16,79); }

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

background-color css

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

 a { background-color: rgb(201,16,79); }

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

border-color css

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

 span { border-color: rgb(201,16,79); }

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