Html Css Color HEX #C53F48 Brick Red

📋 copy color: '#C53F48'

red 197 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C53F48

Tints of Brick Red #C53F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 59.34%
G = 18.98%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C53F48 (or 0xC53F48) is known color: Brick Red. HEX triplet: C5, 3F and 48. RGB value is (197,63,72). Sum of RGB (Red+Green+Blue) = 197+63+72=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F48 is #3AC0B7. Grayscale: #686868. Windows color (decimal): -3850424 or 4734917. OLE color: 4734917.

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

Color convert

RGB 197 63 72 -
CMYK 0 0.68 0.63 0.23
HSL 355.97º 0.54% 0.51% -
HSV(B) 355.97º 0.68% 0.77% -
XYZ 25.97 15.89 7.83 -
YUV 104.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 197 63 72 0 0.68 0.63 0.23 355.97 0.54 0.51
Hex C5 3F 48 0 44 3F 17 164 36 33
Octal 305 77 110 0 104 77 27 544 66 63
Binary 11000101 111111 1001000 0 1000100 111111 10111 101100100 110110 110011

Color Harmonies of #C53F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F48

Black with #C53F48

Text Example


Text Example

White with #C53F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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