Html Css Color HEX #C54047 Brick Red

📋 copy color: '#C54047'

red 197 ◦ green 64 ◦ blue 71

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

Shades of Brick Red #C54047

Tints of Brick Red #C54047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 59.34%
G = 19.28%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C54047 (or 0xC54047) is known color: Brick Red. HEX triplet: C5, 40 and 47. RGB value is (197,64,71). Sum of RGB (Red+Green+Blue) = 197+64+71=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C54047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54047 is #3ABFB8. Grayscale: #686868. Windows color (decimal): -3850169 or 4669637. OLE color: 4669637.

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

Color convert

RGB 197 64 71 -
CMYK 0 0.68 0.64 0.23
HSL 356.84º 0.53% 0.51% -
HSV(B) 356.84º 0.68% 0.77% -
XYZ 26 15.99 7.68 -
YUV 104.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 197 64 71 0 0.68 0.64 0.23 356.84 0.53 0.51
Hex C5 40 47 0 44 40 17 165 35 33
Octal 305 100 107 0 104 100 27 545 65 63
Binary 11000101 1000000 1000111 0 1000100 1000000 10111 101100101 110101 110011

Color Harmonies of #C54047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54047

Black with #C54047

Text Example


Text Example

White with #C54047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54047; }

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

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

background-color css

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

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

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

border-color css

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

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

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