Html Css Color HEX #C53144 Brick Red

📋 copy color: '#C53144'

red 197 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C53144

Tints of Brick Red #C53144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 62.74%
G = 15.61%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C53144 (or 0xC53144) is known color: Brick Red. HEX triplet: C5, 31 and 44. RGB value is (197,49,68). Sum of RGB (Red+Green+Blue) = 197+49+68=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53144 is #3ACEBB. Grayscale: #5F5F5F. Windows color (decimal): -3854012 or 4469189. OLE color: 4469189.

HSL color Cylindrical-coordinate representation of color #C53144: hue angle of 352.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53144 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 68 -
CMYK 0 0.75 0.65 0.23
HSL 352.3º 0.6% 0.48% -
HSV(B) 352.3º 0.75% 0.77% -
XYZ 25.17 14.48 6.94 -
YUV 95.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 197 49 68 0 0.75 0.65 0.23 352.3 0.6 0.48
Hex C5 31 44 0 4B 41 17 160 3C 30
Octal 305 61 104 0 113 101 27 540 74 60
Binary 11000101 110001 1000100 0 1001011 1000001 10111 101100000 111100 110000

Color Harmonies of #C53144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53144

Black with #C53144

Text Example


Text Example

White with #C53144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53144; }

 p { color: rgb(197,49,68); }

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

background-color css

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

 a { background-color: rgb(197,49,68); }

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

border-color css

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

 span { border-color: rgb(197,49,68); }

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