Html Css Color HEX #C5343F Brick Red

📋 copy color: '#C5343F'

red 197 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #C5343F

Tints of Brick Red #C5343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 63.14%
G = 16.67%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5343F (or 0xC5343F) is known color: Brick Red. HEX triplet: C5, 34 and 3F. RGB value is (197,52,63). Sum of RGB (Red+Green+Blue) = 197+52+63=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5343F is #3ACBC0. Grayscale: #606060. Windows color (decimal): -3853249 or 4142277. OLE color: 4142277.

HSL color Cylindrical-coordinate representation of color #C5343F: hue angle of 355.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5343F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 63 -
CMYK 0 0.74 0.68 0.23
HSL 355.45º 0.58% 0.49% -
HSV(B) 355.45º 0.74% 0.77% -
XYZ 25.15 14.69 6.21 -
YUV 96.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 197 52 63 0 0.74 0.68 0.23 355.45 0.58 0.49
Hex C5 34 3F 0 4A 44 17 163 3A 31
Octal 305 64 77 0 112 104 27 543 72 61
Binary 11000101 110100 111111 0 1001010 1000100 10111 101100011 111010 110001

Color Harmonies of #C5343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5343F

Black with #C5343F

Text Example


Text Example

White with #C5343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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