Html Css Color HEX #C91652 Ruby

📋 copy color: '#C91652'

red 201 ◦ green 22 ◦ blue 82

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

Shades of Ruby #C91652

Tints of Ruby #C91652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 65.9%
G = 7.21%
B = 26.89%

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

#C91652 (or 0xC91652) is known color: Ruby. HEX triplet: C9, 16 and 52. RGB value is (201,22,82). Sum of RGB (Red+Green+Blue) = 201+22+82=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91652 is #36E9AD. Grayscale: #525252. Windows color (decimal): -3598766 or 5379785. OLE color: 5379785.

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

Color convert

RGB 201 22 82 -
CMYK 0 0.89 0.59 0.21
HSL 339.89º 0.8% 0.44% -
HSV(B) 339.89º 0.89% 0.79% -
XYZ 25.9 13.6 9.24 -
YUV 82.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 201 22 82 0 0.89 0.59 0.21 339.89 0.8 0.44
Hex C9 16 52 0 59 3B 15 154 50 2C
Octal 311 26 122 0 131 73 25 524 120 54
Binary 11001001 10110 1010010 0 1011001 111011 10101 101010100 1010000 101100

Color Harmonies of #C91652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91652

Black with #C91652

Text Example


Text Example

White with #C91652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91652; }

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

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

background-color css

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

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

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

border-color css

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

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

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