Html Css Color HEX #C91254 Ruby

📋 copy color: '#C91254'

red 201 ◦ green 18 ◦ blue 84

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

Shades of Ruby #C91254

Tints of Ruby #C91254

RGB

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

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

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

R = 66.34%
G = 5.94%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C91254 (or 0xC91254) is known color: Ruby. HEX triplet: C9, 12 and 54. RGB value is (201,18,84). Sum of RGB (Red+Green+Blue) = 201+18+84=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C91254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91254 is #36EDAB. Grayscale: #505050. Windows color (decimal): -3599788 or 5509833. OLE color: 5509833.

HSL color Cylindrical-coordinate representation of color #C91254: hue angle of 338.36º 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 #C91254 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 84 -
CMYK 0 0.91 0.58 0.21
HSL 338.36º 0.84% 0.43% -
HSV(B) 338.36º 0.91% 0.79% -
XYZ 25.9 13.49 9.63 -
YUV 80.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 201 18 84 0 0.91 0.58 0.21 338.36 0.84 0.43
Hex C9 12 54 0 5B 3A 15 152 54 2B
Octal 311 22 124 0 133 72 25 522 124 53
Binary 11001001 10010 1010100 0 1011011 111010 10101 101010010 1010100 101011

Color Harmonies of #C91254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91254

Black with #C91254

Text Example


Text Example

White with #C91254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91254; }

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

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

background-color css

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

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

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

border-color css

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

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

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