#C8343E

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

Shades of Brick Red #C8343E

Tints of Brick Red #C8343E

Color information

#C8343E (or 0xC8343E) is unknown color: approx Brick Red. HEX triplet: C8, 34 and 3E. RGB value is (200,52,62). Sum of RGB (Red+Green+Blue) = 200+52+62=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343E is #37CBC1. Grayscale: #616161. Windows color (decimal): -3656642 or 4076744. OLE color: 4076744.

HSL color Cylindrical-coordinate representation of color #C8343E: hue angle of 355.95º 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 #C8343E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2005262-
CMYK00.740.690.22
HSL355.95º58.73%49.41%-
HSV(B)355.95º74%78.43%-
XYZ25.9215.086.1-
YUV97.39108.03201.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=63.69%
G=16.56%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200526200.740.690.22355.9558.7349.41
HexC8343E04A45161643b31
Octal31064760112105265447361
Binary1100100011010011111001001010100010110110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8343E; }

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

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

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

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

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

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

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

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