Html Css Color HEX #C52557 Old Rose

📋 copy color: '#C52557'

red 197 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #C52557

Tints of Old Rose #C52557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 61.37%
G = 11.53%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C52557 (or 0xC52557) is known color: Old Rose. HEX triplet: C5, 25 and 57. RGB value is (197,37,87). Sum of RGB (Red+Green+Blue) = 197+37+87=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C52557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52557 is #3ADAA8. Grayscale: #5A5A5A. Windows color (decimal): -3857065 or 5711301. OLE color: 5711301.

HSL color Cylindrical-coordinate representation of color #C52557: hue angle of 341.25º 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 #C52557 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 87 -
CMYK 0 0.81 0.56 0.23
HSL 341.25º 0.68% 0.46% -
HSV(B) 341.25º 0.81% 0.77% -
XYZ 25.41 13.88 10.36 -
YUV 90.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 197 37 87 0 0.81 0.56 0.23 341.25 0.68 0.46
Hex C5 25 57 0 51 38 17 155 44 2E
Octal 305 45 127 0 121 70 27 525 104 56
Binary 11000101 100101 1010111 0 1010001 111000 10111 101010101 1000100 101110

Color Harmonies of #C52557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52557

Black with #C52557

Text Example


Text Example

White with #C52557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52557; }

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

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

background-color css

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

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

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

border-color css

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

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

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