Html Css Color HEX #C53541 Brick Red

📋 copy color: '#C53541'

red 197 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #C53541

Tints of Brick Red #C53541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 62.54%
G = 16.83%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C53541 (or 0xC53541) is known color: Brick Red. HEX triplet: C5, 35 and 41. RGB value is (197,53,65). Sum of RGB (Red+Green+Blue) = 197+53+65=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53541 is #3ACABE. Grayscale: #616161. Windows color (decimal): -3852991 or 4273605. OLE color: 4273605.

HSL color Cylindrical-coordinate representation of color #C53541: hue angle of 355º 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 #C53541 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 65 -
CMYK 0 0.73 0.67 0.23
HSL 355º 0.58% 0.49% -
HSV(B) 355º 0.73% 0.77% -
XYZ 25.25 14.8 6.53 -
YUV 97.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 197 53 65 0 0.73 0.67 0.23 355 0.58 0.49
Hex C5 35 41 0 49 43 17 163 3A 31
Octal 305 65 101 0 111 103 27 543 72 61
Binary 11000101 110101 1000001 0 1001001 1000011 10111 101100011 111010 110001

Color Harmonies of #C53541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53541

Black with #C53541

Text Example


Text Example

White with #C53541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53541; }

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

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

background-color css

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

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

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

border-color css

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

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

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