Html Css Color HEX #C53740 Brick Red

📋 copy color: '#C53740'

red 197 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #C53740

Tints of Brick Red #C53740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 62.34%
G = 17.41%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C53740 (or 0xC53740) is known color: Brick Red. HEX triplet: C5, 37 and 40. RGB value is (197,55,64). Sum of RGB (Red+Green+Blue) = 197+55+64=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53740 is #3AC8BF. Grayscale: #626262. Windows color (decimal): -3852480 or 4208581. OLE color: 4208581.

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

Color convert

RGB 197 55 64 -
CMYK 0 0.72 0.68 0.23
HSL 356.2º 0.56% 0.49% -
HSV(B) 356.2º 0.72% 0.77% -
XYZ 25.32 14.97 6.41 -
YUV 98.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 197 55 64 0 0.72 0.68 0.23 356.2 0.56 0.49
Hex C5 37 40 0 48 44 17 164 38 31
Octal 305 67 100 0 110 104 27 544 70 61
Binary 11000101 110111 1000000 0 1001000 1000100 10111 101100100 111000 110001

Color Harmonies of #C53740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53740

Black with #C53740

Text Example


Text Example

White with #C53740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53740; }

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

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

background-color css

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

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

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

border-color css

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

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

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