Html Css Color HEX #C53749 Brick Red

📋 copy color: '#C53749'

red 197 ◦ green 55 ◦ blue 73

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

Shades of Brick Red #C53749

Tints of Brick Red #C53749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 60.62%
G = 16.92%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53749 (or 0xC53749) is known color: Brick Red. HEX triplet: C5, 37 and 49. RGB value is (197,55,73). Sum of RGB (Red+Green+Blue) = 197+55+73=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C53749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53749 is #3AC8B6. Grayscale: #636363. Windows color (decimal): -3852471 or 4798405. OLE color: 4798405.

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

Color convert

RGB 197 55 73 -
CMYK 0 0.72 0.63 0.23
HSL 352.39º 0.56% 0.49% -
HSV(B) 352.39º 0.72% 0.77% -
XYZ 25.59 15.08 7.87 -
YUV 99.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 197 55 73 0 0.72 0.63 0.23 352.39 0.56 0.49
Hex C5 37 49 0 48 3F 17 160 38 31
Octal 305 67 111 0 110 77 27 540 70 61
Binary 11000101 110111 1001001 0 1001000 111111 10111 101100000 111000 110001

Color Harmonies of #C53749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53749

Black with #C53749

Text Example


Text Example

White with #C53749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53749; }

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

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

background-color css

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

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

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

border-color css

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

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

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