Html Css Color HEX #C51C52 Old Rose

📋 copy color: '#C51C52'

red 197 ◦ green 28 ◦ blue 82

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

Shades of Old Rose #C51C52

Tints of Old Rose #C51C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 64.17%
G = 9.12%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51C52 (or 0xC51C52) is known color: Old Rose. HEX triplet: C5, 1C and 52. RGB value is (197,28,82). Sum of RGB (Red+Green+Blue) = 197+28+82=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C52 is #3AE3AD. Grayscale: #545454. Windows color (decimal): -3859374 or 5381317. OLE color: 5381317.

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

Color convert

RGB 197 28 82 -
CMYK 0 0.86 0.58 0.23
HSL 340.83º 0.75% 0.44% -
HSV(B) 340.83º 0.86% 0.77% -
XYZ 24.96 13.31 9.24 -
YUV 84.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 197 28 82 0 0.86 0.58 0.23 340.83 0.75 0.44
Hex C5 1C 52 0 56 3A 17 155 4B 2C
Octal 305 34 122 0 126 72 27 525 113 54
Binary 11000101 11100 1010010 0 1010110 111010 10111 101010101 1001011 101100

Color Harmonies of #C51C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C52

Black with #C51C52

Text Example


Text Example

White with #C51C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C52; }

 p { color: rgb(197,28,82); }

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

background-color css

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

 a { background-color: rgb(197,28,82); }

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

border-color css

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

 span { border-color: rgb(197,28,82); }

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