Html Css Color HEX #C53549 Brick Red

📋 copy color: '#C53549'

red 197 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #C53549

Tints of Brick Red #C53549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 60.99%
G = 16.41%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53549 (or 0xC53549) is known color: Brick Red. HEX triplet: C5, 35 and 49. RGB value is (197,53,73). Sum of RGB (Red+Green+Blue) = 197+53+73=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53549 is #3ACAB6. Grayscale: #626262. Windows color (decimal): -3852983 or 4797893. OLE color: 4797893.

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

Color convert

RGB 197 53 73 -
CMYK 0 0.73 0.63 0.23
HSL 351.67º 0.58% 0.49% -
HSV(B) 351.67º 0.73% 0.77% -
XYZ 25.5 14.9 7.83 -
YUV 98.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 197 53 73 0 0.73 0.63 0.23 351.67 0.58 0.49
Hex C5 35 49 0 49 3F 17 160 3A 31
Octal 305 65 111 0 111 77 27 540 72 61
Binary 11000101 110101 1001001 0 1001001 111111 10111 101100000 111010 110001

Color Harmonies of #C53549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53549

Black with #C53549

Text Example


Text Example

White with #C53549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53549; }

 p { color: rgb(197,53,73); }

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

background-color css

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

 a { background-color: rgb(197,53,73); }

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

border-color css

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

 span { border-color: rgb(197,53,73); }

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