Html Css Color HEX #C5313C Brick Red

📋 copy color: '#C5313C'

red 197 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #C5313C

Tints of Brick Red #C5313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 64.38%
G = 16.01%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5313C (or 0xC5313C) is known color: Brick Red. HEX triplet: C5, 31 and 3C. RGB value is (197,49,60). Sum of RGB (Red+Green+Blue) = 197+49+60=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5313C is #3ACEC3. Grayscale: #5E5E5E. Windows color (decimal): -3854020 or 3944901. OLE color: 3944901.

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

Color convert

RGB 197 49 60 -
CMYK 0 0.75 0.70 0.23
HSL 355.54º 0.6% 0.48% -
HSV(B) 355.54º 0.75% 0.77% -
XYZ 24.94 14.39 5.74 -
YUV 94.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 197 49 60 0 0.75 0.70 0.23 355.54 0.6 0.48
Hex C5 31 3C 0 4B 46 17 164 3C 30
Octal 305 61 74 0 113 106 27 544 74 60
Binary 11000101 110001 111100 0 1001011 1000110 10111 101100100 111100 110000

Color Harmonies of #C5313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5313C

Black with #C5313C

Text Example


Text Example

White with #C5313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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