Html Css Color HEX #C91452 Ruby

📋 copy color: '#C91452'

red 201 ◦ green 20 ◦ blue 82

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

Shades of Ruby #C91452

Tints of Ruby #C91452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 66.34%
G = 6.6%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C91452 (or 0xC91452) is known color: Ruby. HEX triplet: C9, 14 and 52. RGB value is (201,20,82). Sum of RGB (Red+Green+Blue) = 201+20+82=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C91452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91452 is #36EBAD. Grayscale: #515151. Windows color (decimal): -3599278 or 5379273. OLE color: 5379273.

HSL color Cylindrical-coordinate representation of color #C91452: hue angle of 339.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91452 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 82 -
CMYK 0 0.90 0.59 0.21
HSL 339.45º 0.82% 0.43% -
HSV(B) 339.45º 0.9% 0.79% -
XYZ 25.86 13.53 9.23 -
YUV 81.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 201 20 82 0 0.90 0.59 0.21 339.45 0.82 0.43
Hex C9 14 52 0 5A 3B 15 153 52 2B
Octal 311 24 122 0 132 73 25 523 122 53
Binary 11001001 10100 1010010 0 1011010 111011 10101 101010011 1010010 101011

Color Harmonies of #C91452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91452

Black with #C91452

Text Example


Text Example

White with #C91452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91452; }

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

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

background-color css

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

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

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

border-color css

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

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

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