Html Css Color HEX #C53D51 Old Rose

📋 copy color: '#C53D51'

red 197 ◦ green 61 ◦ blue 81

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

Shades of Old Rose #C53D51

Tints of Old Rose #C53D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

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

R = 58.11%
G = 17.99%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53D51 (or 0xC53D51) is known color: Old Rose. HEX triplet: C5, 3D and 51. RGB value is (197,61,81). Sum of RGB (Red+Green+Blue) = 197+61+81=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D51 is #3AC2AE. Grayscale: #676767. Windows color (decimal): -3850927 or 5324229. OLE color: 5324229.

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

Color convert

RGB 197 61 81 -
CMYK 0 0.69 0.59 0.23
HSL 351.18º 0.54% 0.51% -
HSV(B) 351.18º 0.69% 0.77% -
XYZ 26.18 15.8 9.45 -
YUV 103.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 197 61 81 0 0.69 0.59 0.23 351.18 0.54 0.51
Hex C5 3D 51 0 45 3B 17 15F 36 33
Octal 305 75 121 0 105 73 27 537 66 63
Binary 11000101 111101 1010001 0 1000101 111011 10111 101011111 110110 110011

Color Harmonies of #C53D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D51

Black with #C53D51

Text Example


Text Example

White with #C53D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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