Html Css Color HEX #C54147 Brick Red

📋 copy color: '#C54147'

red 197 ◦ green 65 ◦ blue 71

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

Shades of Brick Red #C54147

Tints of Brick Red #C54147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 59.16%
G = 19.52%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C54147 (or 0xC54147) is known color: Brick Red. HEX triplet: C5, 41 and 47. RGB value is (197,65,71). Sum of RGB (Red+Green+Blue) = 197+65+71=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C54147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54147 is #3ABEB8. Grayscale: #696969. Windows color (decimal): -3849913 or 4669893. OLE color: 4669893.

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

Color convert

RGB 197 65 71 -
CMYK 0 0.67 0.64 0.23
HSL 357.27º 0.53% 0.51% -
HSV(B) 357.27º 0.67% 0.77% -
XYZ 26.05 16.11 7.7 -
YUV 105.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 197 65 71 0 0.67 0.64 0.23 357.27 0.53 0.51
Hex C5 41 47 0 43 40 17 165 35 33
Octal 305 101 107 0 103 100 27 545 65 63
Binary 11000101 1000001 1000111 0 1000011 1000000 10111 101100101 110101 110011

Color Harmonies of #C54147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54147

Black with #C54147

Text Example


Text Example

White with #C54147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54147; }

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

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

background-color css

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

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

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

border-color css

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

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

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