Html Css Color HEX #C54249 Brick Red

📋 copy color: '#C54249'

red 197 ◦ green 66 ◦ blue 73

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

Shades of Brick Red #C54249

Tints of Brick Red #C54249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 58.63%
G = 19.64%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54249 (or 0xC54249) is known color: Brick Red. HEX triplet: C5, 42 and 49. RGB value is (197,66,73). Sum of RGB (Red+Green+Blue) = 197+66+73=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C54249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54249 is #3ABDB6. Grayscale: #6A6A6A. Windows color (decimal): -3849655 or 4801221. OLE color: 4801221.

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

Color convert

RGB 197 66 73 -
CMYK 0 0.66 0.63 0.23
HSL 356.79º 0.53% 0.52% -
HSV(B) 356.79º 0.66% 0.77% -
XYZ 26.18 16.25 8.06 -
YUV 105.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 197 66 73 0 0.66 0.63 0.23 356.79 0.53 0.52
Hex C5 42 49 0 42 3F 17 165 35 34
Octal 305 102 111 0 102 77 27 545 65 64
Binary 11000101 1000010 1001001 0 1000010 111111 10111 101100101 110101 110100

Color Harmonies of #C54249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54249

Black with #C54249

Text Example


Text Example

White with #C54249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54249; }

 p { color: rgb(197,66,73); }

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

background-color css

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

 a { background-color: rgb(197,66,73); }

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

border-color css

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

 span { border-color: rgb(197,66,73); }

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