Html Css Color HEX #C53D4B Old Rose

📋 copy color: '#C53D4B'

red 197 ◦ green 61 ◦ blue 75

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

Shades of Old Rose #C53D4B

Tints of Old Rose #C53D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 59.16%
G = 18.32%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C53D4B (or 0xC53D4B) is known color: Old Rose. HEX triplet: C5, 3D and 4B. RGB value is (197,61,75). Sum of RGB (Red+Green+Blue) = 197+61+75=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D4B is #3AC2B4. Grayscale: #676767. Windows color (decimal): -3850933 or 4931013. OLE color: 4931013.

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

Color convert

RGB 197 61 75 -
CMYK 0 0.69 0.62 0.23
HSL 353.82º 0.54% 0.51% -
HSV(B) 353.82º 0.69% 0.77% -
XYZ 25.96 15.72 8.32 -
YUV 103.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 197 61 75 0 0.69 0.62 0.23 353.82 0.54 0.51
Hex C5 3D 4B 0 45 3E 17 162 36 33
Octal 305 75 113 0 105 76 27 542 66 63
Binary 11000101 111101 1001011 0 1000101 111110 10111 101100010 110110 110011

Color Harmonies of #C53D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D4B

Black with #C53D4B

Text Example


Text Example

White with #C53D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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