Html Css Color HEX #C52551 Old Rose

📋 copy color: '#C52551'

red 197 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #C52551

Tints of Old Rose #C52551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 62.54%
G = 11.75%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C52551 (or 0xC52551) is known color: Old Rose. HEX triplet: C5, 25 and 51. RGB value is (197,37,81). Sum of RGB (Red+Green+Blue) = 197+37+81=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C52551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52551 is #3ADAAE. Grayscale: #595959. Windows color (decimal): -3857071 or 5318085. OLE color: 5318085.

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

Color convert

RGB 197 37 81 -
CMYK 0 0.81 0.59 0.23
HSL 343.5º 0.68% 0.46% -
HSV(B) 343.5º 0.81% 0.77% -
XYZ 25.17 13.79 9.12 -
YUV 89.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 197 37 81 0 0.81 0.59 0.23 343.5 0.68 0.46
Hex C5 25 51 0 51 3B 17 158 44 2E
Octal 305 45 121 0 121 73 27 530 104 56
Binary 11000101 100101 1010001 0 1010001 111011 10111 101011000 1000100 101110

Color Harmonies of #C52551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52551

Black with #C52551

Text Example


Text Example

White with #C52551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52551; }

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

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

background-color css

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

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

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

border-color css

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

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

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