Html Css Color HEX #C53847 Brick Red

📋 copy color: '#C53847'

red 197 ◦ green 56 ◦ blue 71

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

Shades of Brick Red #C53847

Tints of Brick Red #C53847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 60.8%
G = 17.28%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53847 (or 0xC53847) is known color: Brick Red. HEX triplet: C5, 38 and 47. RGB value is (197,56,71). Sum of RGB (Red+Green+Blue) = 197+56+71=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53847 is #3AC7B8. Grayscale: #636363. Windows color (decimal): -3852217 or 4667589. OLE color: 4667589.

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

Color convert

RGB 197 56 71 -
CMYK 0 0.72 0.64 0.23
HSL 353.62º 0.56% 0.5% -
HSV(B) 353.62º 0.72% 0.77% -
XYZ 25.58 15.15 7.54 -
YUV 99.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 197 56 71 0 0.72 0.64 0.23 353.62 0.56 0.5
Hex C5 38 47 0 48 40 17 162 38 32
Octal 305 70 107 0 110 100 27 542 70 62
Binary 11000101 111000 1000111 0 1001000 1000000 10111 101100010 111000 110010

Color Harmonies of #C53847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53847

Black with #C53847

Text Example


Text Example

White with #C53847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53847; }

 p { color: rgb(197,56,71); }

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

background-color css

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

 a { background-color: rgb(197,56,71); }

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

border-color css

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

 span { border-color: rgb(197,56,71); }

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