Html Css Color HEX #C53543 Brick Red

📋 copy color: '#C53543'

red 197 ◦ green 53 ◦ blue 67

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

Shades of Brick Red #C53543

Tints of Brick Red #C53543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 67 (26.56% from 255) = 21.14%

R = 62.15%
G = 16.72%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53543 (or 0xC53543) is known color: Brick Red. HEX triplet: C5, 35 and 43. RGB value is (197,53,67). Sum of RGB (Red+Green+Blue) = 197+53+67=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53543 is #3ACABC. Grayscale: #616161. Windows color (decimal): -3852989 or 4404677. OLE color: 4404677.

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

Color convert

RGB 197 53 67 -
CMYK 0 0.73 0.66 0.23
HSL 354.17º 0.58% 0.49% -
HSV(B) 354.17º 0.73% 0.77% -
XYZ 25.31 14.82 6.84 -
YUV 97.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 197 53 67 0 0.73 0.66 0.23 354.17 0.58 0.49
Hex C5 35 43 0 49 42 17 162 3A 31
Octal 305 65 103 0 111 102 27 542 72 61
Binary 11000101 110101 1000011 0 1001001 1000010 10111 101100010 111010 110001

Color Harmonies of #C53543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53543

Black with #C53543

Text Example


Text Example

White with #C53543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53543; }

 p { color: rgb(197,53,67); }

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

background-color css

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

 a { background-color: rgb(197,53,67); }

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

border-color css

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

 span { border-color: rgb(197,53,67); }

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