#C8343F

Color #C8343F Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C8343F

Tints of Brick Red #C8343F

Color information

#C8343F (or 0xC8343F) is unknown color: approx Brick Red. HEX triplet: C8, 34 and 3F. RGB value is (200,52,63). Sum of RGB (Red+Green+Blue) = 200+52+63=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343F is #37CBC0. Grayscale: #616161. Windows color (decimal): -3656641 or 4142280. OLE color: 4142280.

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

Color convert

RGB2005263-
CMYK00.740.680.22
HSL355.54º58.73%49.41%-
HSV(B)355.54º74%78.43%-
XYZ25.9415.096.25-
YUV97.51108.53201.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 63 (25% from 255) = 20%
R=63.49%
G=16.51%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200526300.740.680.22355.5458.7349.41
HexC8343F04A44161643b31
Octal31064770112104265447361
Binary1100100011010011111101001010100010010110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8343F; }

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

 H1.HeaderClassName
 {
   color: #C8343F;
 }
 .AnyTagClassName
 {
   color: #C8343F;
 }
</style>
background-color css

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

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

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

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

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

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