Html Css Color HEX #C52847 Brick Red

📋 copy color: '#C52847'

red 197 ◦ green 40 ◦ blue 71

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

Shades of Brick Red #C52847

Tints of Brick Red #C52847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 63.96%
G = 12.99%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C52847 (or 0xC52847) is known color: Brick Red. HEX triplet: C5, 28 and 47. RGB value is (197,40,71). Sum of RGB (Red+Green+Blue) = 197+40+71=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C52847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52847 is #3AD7B8. Grayscale: #5A5A5A. Windows color (decimal): -3856313 or 4663493. OLE color: 4663493.

HSL color Cylindrical-coordinate representation of color #C52847: hue angle of 348.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52847 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 71 -
CMYK 0 0.80 0.64 0.23
HSL 348.15º 0.66% 0.46% -
HSV(B) 348.15º 0.8% 0.77% -
XYZ 24.92 13.84 7.32 -
YUV 90.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 197 40 71 0 0.80 0.64 0.23 348.15 0.66 0.46
Hex C5 28 47 0 50 40 17 15C 42 2E
Octal 305 50 107 0 120 100 27 534 102 56
Binary 11000101 101000 1000111 0 1010000 1000000 10111 101011100 1000010 101110

Color Harmonies of #C52847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52847

Black with #C52847

Text Example


Text Example

White with #C52847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52847; }

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

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

background-color css

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

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

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

border-color css

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

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

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