Html Css Color HEX #C90F54 Ruby

📋 copy color: '#C90F54'

red 201 ◦ green 15 ◦ blue 84

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

Shades of Ruby #C90F54

Tints of Ruby #C90F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

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

R = 67%
G = 5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C90F54 (or 0xC90F54) is known color: Ruby. HEX triplet: C9, 0F and 54. RGB value is (201,15,84). Sum of RGB (Red+Green+Blue) = 201+15+84=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90F54 is #36F0AB. Grayscale: #4E4E4E. Windows color (decimal): -3600556 or 5509065. OLE color: 5509065.

HSL color Cylindrical-coordinate representation of color #C90F54: hue angle of 337.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F54 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 84 -
CMYK 0 0.93 0.58 0.21
HSL 337.74º 0.86% 0.42% -
HSV(B) 337.74º 0.93% 0.79% -
XYZ 25.86 13.4 9.61 -
YUV 78.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 201 15 84 0 0.93 0.58 0.21 337.74 0.86 0.42
Hex C9 F 54 0 5D 3A 15 152 56 2A
Octal 311 17 124 0 135 72 25 522 126 52
Binary 11001001 1111 1010100 0 1011101 111010 10101 101010010 1010110 101010

Color Harmonies of #C90F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F54

Black with #C90F54

Text Example


Text Example

White with #C90F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F54; }

 p { color: rgb(201,15,84); }

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

background-color css

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

 a { background-color: rgb(201,15,84); }

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

border-color css

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

 span { border-color: rgb(201,15,84); }

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