Html Css Color HEX #C51A51 Old Rose

📋 copy color: '#C51A51'

red 197 ◦ green 26 ◦ blue 81

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

Shades of Old Rose #C51A51

Tints of Old Rose #C51A51

RGB

 RED value IS 197 (77.34% from 255) = 64.8%

 GREEN value IS 26 (10.55% from 255) = 8.55%

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 64.8%
G = 8.55%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51A51 (or 0xC51A51) is known color: Old Rose. HEX triplet: C5, 1A and 51. RGB value is (197,26,81). Sum of RGB (Red+Green+Blue) = 197+26+81=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A51 is #3AE5AE. Grayscale: #535353. Windows color (decimal): -3859887 or 5315269. OLE color: 5315269.

HSL color Cylindrical-coordinate representation of color #C51A51: hue angle of 340.7º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A51 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 81 -
CMYK 0 0.87 0.59 0.23
HSL 340.7º 0.77% 0.44% -
HSV(B) 340.7º 0.87% 0.77% -
XYZ 24.88 13.2 9.02 -
YUV 83.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 197 26 81 0 0.87 0.59 0.23 340.7 0.77 0.44
Hex C5 1A 51 0 57 3B 17 155 4D 2C
Octal 305 32 121 0 127 73 27 525 115 54
Binary 11000101 11010 1010001 0 1010111 111011 10111 101010101 1001101 101100

Color Harmonies of #C51A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A51

Black with #C51A51

Text Example


Text Example

White with #C51A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A51; }

 p { color: rgb(197,26,81); }

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

background-color css

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

 a { background-color: rgb(197,26,81); }

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

border-color css

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

 span { border-color: rgb(197,26,81); }

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