Html Css Color HEX #C53353 Old Rose

📋 copy color: '#C53353'

red 197 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #C53353

Tints of Old Rose #C53353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 59.52%
G = 15.41%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53353 (or 0xC53353) is known color: Old Rose. HEX triplet: C5, 33 and 53. RGB value is (197,51,83). Sum of RGB (Red+Green+Blue) = 197+51+83=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C53353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53353 is #3ACCAC. Grayscale: #626262. Windows color (decimal): -3853485 or 5452741. OLE color: 5452741.

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

Color convert

RGB 197 51 83 -
CMYK 0 0.74 0.58 0.23
HSL 346.85º 0.59% 0.49% -
HSV(B) 346.85º 0.74% 0.77% -
XYZ 25.77 14.86 9.69 -
YUV 98.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 197 51 83 0 0.74 0.58 0.23 346.85 0.59 0.49
Hex C5 33 53 0 4A 3A 17 15B 3B 31
Octal 305 63 123 0 112 72 27 533 73 61
Binary 11000101 110011 1010011 0 1001010 111010 10111 101011011 111011 110001

Color Harmonies of #C53353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53353

Black with #C53353

Text Example


Text Example

White with #C53353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53353; }

 p { color: rgb(197,51,83); }

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

background-color css

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

 a { background-color: rgb(197,51,83); }

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

border-color css

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

 span { border-color: rgb(197,51,83); }

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