Html Css Color HEX #C91256 Ruby

📋 copy color: '#C91256'

red 201 ◦ green 18 ◦ blue 86

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

Shades of Ruby #C91256

Tints of Ruby #C91256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 65.9%
G = 5.9%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C91256 (or 0xC91256) is known color: Ruby. HEX triplet: C9, 12 and 56. RGB value is (201,18,86). Sum of RGB (Red+Green+Blue) = 201+18+86=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91256 is #36EDA9. Grayscale: #505050. Windows color (decimal): -3599786 or 5640905. OLE color: 5640905.

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

Color convert

RGB 201 18 86 -
CMYK 0 0.91 0.57 0.21
HSL 337.7º 0.84% 0.43% -
HSV(B) 337.7º 0.91% 0.79% -
XYZ 25.98 13.52 10.04 -
YUV 80.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 201 18 86 0 0.91 0.57 0.21 337.7 0.84 0.43
Hex C9 12 56 0 5B 39 15 152 54 2B
Octal 311 22 126 0 133 71 25 522 124 53
Binary 11001001 10010 1010110 0 1011011 111001 10101 101010010 1010100 101011

Color Harmonies of #C91256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91256

Black with #C91256

Text Example


Text Example

White with #C91256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91256; }

 p { color: rgb(201,18,86); }

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

background-color css

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

 a { background-color: rgb(201,18,86); }

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

border-color css

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

 span { border-color: rgb(201,18,86); }

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