Html Css Color HEX #C91653 Ruby

📋 copy color: '#C91653'

red 201 ◦ green 22 ◦ blue 83

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

Shades of Ruby #C91653

Tints of Ruby #C91653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 65.69%
G = 7.19%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C91653 (or 0xC91653) is known color: Ruby. HEX triplet: C9, 16 and 53. RGB value is (201,22,83). Sum of RGB (Red+Green+Blue) = 201+22+83=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C91653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91653 is #36E9AC. Grayscale: #525252. Windows color (decimal): -3598765 or 5445321. OLE color: 5445321.

HSL color Cylindrical-coordinate representation of color #C91653: hue angle of 339.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91653 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 83 -
CMYK 0 0.89 0.59 0.21
HSL 339.55º 0.8% 0.44% -
HSV(B) 339.55º 0.89% 0.79% -
XYZ 25.94 13.62 9.44 -
YUV 82.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 201 22 83 0 0.89 0.59 0.21 339.55 0.8 0.44
Hex C9 16 53 0 59 3B 15 154 50 2C
Octal 311 26 123 0 131 73 25 524 120 54
Binary 11001001 10110 1010011 0 1011001 111011 10101 101010100 1010000 101100

Color Harmonies of #C91653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91653

Black with #C91653

Text Example


Text Example

White with #C91653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91653; }

 p { color: rgb(201,22,83); }

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

background-color css

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

 a { background-color: rgb(201,22,83); }

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

border-color css

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

 span { border-color: rgb(201,22,83); }

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