Html Css Color HEX #C53F46 Brick Red

📋 copy color: '#C53F46'

red 197 ◦ green 63 ◦ blue 70

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

Shades of Brick Red #C53F46

Tints of Brick Red #C53F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 59.7%
G = 19.09%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53F46 (or 0xC53F46) is known color: Brick Red. HEX triplet: C5, 3F and 46. RGB value is (197,63,70). Sum of RGB (Red+Green+Blue) = 197+63+70=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F46 is #3AC0B9. Grayscale: #676767. Windows color (decimal): -3850426 or 4603845. OLE color: 4603845.

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

Color convert

RGB 197 63 70 -
CMYK 0 0.68 0.64 0.23
HSL 356.87º 0.54% 0.51% -
HSV(B) 356.87º 0.68% 0.77% -
XYZ 25.91 15.87 7.49 -
YUV 103.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 197 63 70 0 0.68 0.64 0.23 356.87 0.54 0.51
Hex C5 3F 46 0 44 40 17 165 36 33
Octal 305 77 106 0 104 100 27 545 66 63
Binary 11000101 111111 1000110 0 1000100 1000000 10111 101100101 110110 110011

Color Harmonies of #C53F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F46

Black with #C53F46

Text Example


Text Example

White with #C53F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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