Html Css Color HEX #C53E49 Brick Red

📋 copy color: '#C53E49'

red 197 ◦ green 62 ◦ blue 73

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

Shades of Brick Red #C53E49

Tints of Brick Red #C53E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 59.34%
G = 18.67%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53E49 (or 0xC53E49) is known color: Brick Red. HEX triplet: C5, 3E and 49. RGB value is (197,62,73). Sum of RGB (Red+Green+Blue) = 197+62+73=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E49 is #3AC1B6. Grayscale: #676767. Windows color (decimal): -3850679 or 4800197. OLE color: 4800197.

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

Color convert

RGB 197 62 73 -
CMYK 0 0.69 0.63 0.23
HSL 355.11º 0.54% 0.51% -
HSV(B) 355.11º 0.69% 0.77% -
XYZ 25.95 15.8 7.98 -
YUV 103.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 197 62 73 0 0.69 0.63 0.23 355.11 0.54 0.51
Hex C5 3E 49 0 45 3F 17 163 36 33
Octal 305 76 111 0 105 77 27 543 66 63
Binary 11000101 111110 1001001 0 1000101 111111 10111 101100011 110110 110011

Color Harmonies of #C53E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E49

Black with #C53E49

Text Example


Text Example

White with #C53E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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