Html Css Color HEX #C53347 Brick Red

📋 copy color: '#C53347'

red 197 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #C53347

Tints of Brick Red #C53347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 61.76%
G = 15.99%
B = 22.26%

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

#C53347 (or 0xC53347) is known color: Brick Red. HEX triplet: C5, 33 and 47. RGB value is (197,51,71). Sum of RGB (Red+Green+Blue) = 197+51+71=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53347 is #3ACCB8. Grayscale: #616161. Windows color (decimal): -3853497 or 4666309. OLE color: 4666309.

HSL color Cylindrical-coordinate representation of color #C53347: hue angle of 351.78º degrees, saturation: 0.59, 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 #C53347 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 71 -
CMYK 0 0.74 0.64 0.23
HSL 351.78º 0.59% 0.49% -
HSV(B) 351.78º 0.74% 0.77% -
XYZ 25.35 14.69 7.46 -
YUV 96.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 197 51 71 0 0.74 0.64 0.23 351.78 0.59 0.49
Hex C5 33 47 0 4A 40 17 160 3B 31
Octal 305 63 107 0 112 100 27 540 73 61
Binary 11000101 110011 1000111 0 1001010 1000000 10111 101100000 111011 110001

Color Harmonies of #C53347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53347

Black with #C53347

Text Example


Text Example

White with #C53347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53347; }

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

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

background-color css

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

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

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

border-color css

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

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

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