Html Css Color HEX #C52548 Old Rose

📋 copy color: '#C52548'

red 197 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #C52548

Tints of Old Rose #C52548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 64.38%
G = 12.09%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52548 (or 0xC52548) is known color: Old Rose. HEX triplet: C5, 25 and 48. RGB value is (197,37,72). Sum of RGB (Red+Green+Blue) = 197+37+72=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C52548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52548 is #3ADAB7. Grayscale: #585858. Windows color (decimal): -3857080 or 4728261. OLE color: 4728261.

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

Color convert

RGB 197 37 72 -
CMYK 0 0.81 0.63 0.23
HSL 346.88º 0.68% 0.46% -
HSV(B) 346.88º 0.81% 0.77% -
XYZ 24.86 13.66 7.46 -
YUV 88.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 197 37 72 0 0.81 0.63 0.23 346.88 0.68 0.46
Hex C5 25 48 0 51 3F 17 15B 44 2E
Octal 305 45 110 0 121 77 27 533 104 56
Binary 11000101 100101 1001000 0 1010001 111111 10111 101011011 1000100 101110

Color Harmonies of #C52548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52548

Black with #C52548

Text Example


Text Example

White with #C52548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52548; }

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

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

background-color css

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

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

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

border-color css

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

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

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