Html Css Color HEX #C53949 Brick Red

📋 copy color: '#C53949'

red 197 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #C53949

Tints of Brick Red #C53949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

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

R = 60.24%
G = 17.43%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53949 (or 0xC53949) is known color: Brick Red. HEX triplet: C5, 39 and 49. RGB value is (197,57,73). Sum of RGB (Red+Green+Blue) = 197+57+73=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C53949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53949 is #3AC6B6. Grayscale: #646464. Windows color (decimal): -3851959 or 4798917. OLE color: 4798917.

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

Color convert

RGB 197 57 73 -
CMYK 0 0.71 0.63 0.23
HSL 353.14º 0.55% 0.5% -
HSV(B) 353.14º 0.71% 0.77% -
XYZ 25.69 15.28 7.9 -
YUV 100.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 197 57 73 0 0.71 0.63 0.23 353.14 0.55 0.5
Hex C5 39 49 0 47 3F 17 161 37 32
Octal 305 71 111 0 107 77 27 541 67 62
Binary 11000101 111001 1001001 0 1000111 111111 10111 101100001 110111 110010

Color Harmonies of #C53949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53949

Black with #C53949

Text Example


Text Example

White with #C53949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53949; }

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

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

background-color css

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

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

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

border-color css

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

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

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