Html Css Color HEX #C53447 Brick Red

📋 copy color: '#C53447'

red 197 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #C53447

Tints of Brick Red #C53447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 61.56%
G = 16.25%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53447 (or 0xC53447) is known color: Brick Red. HEX triplet: C5, 34 and 47. RGB value is (197,52,71). Sum of RGB (Red+Green+Blue) = 197+52+71=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53447 is #3ACBB8. Grayscale: #616161. Windows color (decimal): -3853241 or 4666565. OLE color: 4666565.

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

Color convert

RGB 197 52 71 -
CMYK 0 0.74 0.64 0.23
HSL 352.14º 0.58% 0.49% -
HSV(B) 352.14º 0.74% 0.77% -
XYZ 25.39 14.78 7.48 -
YUV 97.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 197 52 71 0 0.74 0.64 0.23 352.14 0.58 0.49
Hex C5 34 47 0 4A 40 17 160 3A 31
Octal 305 64 107 0 112 100 27 540 72 61
Binary 11000101 110100 1000111 0 1001010 1000000 10111 101100000 111010 110001

Color Harmonies of #C53447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53447

Black with #C53447

Text Example


Text Example

White with #C53447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53447; }

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

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

background-color css

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

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

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

border-color css

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

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

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