Html Css Color HEX #C53F4A Brick Red

📋 copy color: '#C53F4A'

red 197 ◦ green 63 ◦ blue 74

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

Shades of Brick Red #C53F4A

Tints of Brick Red #C53F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 58.98%
G = 18.86%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C53F4A (or 0xC53F4A) is known color: Brick Red. HEX triplet: C5, 3F and 4A. RGB value is (197,63,74). Sum of RGB (Red+Green+Blue) = 197+63+74=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F4A is #3AC0B5. Grayscale: #686868. Windows color (decimal): -3850422 or 4865989. OLE color: 4865989.

HSL color Cylindrical-coordinate representation of color #C53F4A: hue angle of 355.07º degrees, saturation: 0.54, 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 #C53F4A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 74 -
CMYK 0 0.68 0.62 0.23
HSL 355.07º 0.54% 0.51% -
HSV(B) 355.07º 0.68% 0.77% -
XYZ 26.04 15.92 8.18 -
YUV 104.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 197 63 74 0 0.68 0.62 0.23 355.07 0.54 0.51
Hex C5 3F 4A 0 44 3E 17 163 36 33
Octal 305 77 112 0 104 76 27 543 66 63
Binary 11000101 111111 1001010 0 1000100 111110 10111 101100011 110110 110011

Color Harmonies of #C53F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F4A

Black with #C53F4A

Text Example


Text Example

White with #C53F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F4A; }

 p { color: rgb(197,63,74); }

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

background-color css

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

 a { background-color: rgb(197,63,74); }

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

border-color css

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

 span { border-color: rgb(197,63,74); }

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