Html Css Color HEX #C5353F Brick Red

📋 copy color: '#C5353F'

red 197 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C5353F

Tints of Brick Red #C5353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 62.94%
G = 16.93%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5353F (or 0xC5353F) is known color: Brick Red. HEX triplet: C5, 35 and 3F. RGB value is (197,53,63). Sum of RGB (Red+Green+Blue) = 197+53+63=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5353F is #3ACAC0. Grayscale: #616161. Windows color (decimal): -3852993 or 4142533. OLE color: 4142533.

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

Color convert

RGB 197 53 63 -
CMYK 0 0.73 0.68 0.23
HSL 355.83º 0.58% 0.49% -
HSV(B) 355.83º 0.73% 0.77% -
XYZ 25.2 14.78 6.23 -
YUV 97.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 197 53 63 0 0.73 0.68 0.23 355.83 0.58 0.49
Hex C5 35 3F 0 49 44 17 164 3A 31
Octal 305 65 77 0 111 104 27 544 72 61
Binary 11000101 110101 111111 0 1001001 1000100 10111 101100100 111010 110001

Color Harmonies of #C5353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5353F

Black with #C5353F

Text Example


Text Example

White with #C5353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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