#C8353F

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

Shades of Brick Red #C8353F

Tints of Brick Red #C8353F

Color information

#C8353F (or 0xC8353F) is unknown color: approx Brick Red. HEX triplet: C8, 35 and 3F. RGB value is (200,53,63). Sum of RGB (Red+Green+Blue) = 200+53+63=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353F is #37CAC0. Grayscale: #626262. Windows color (decimal): -3656385 or 4142536. OLE color: 4142536.

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

Color convert

RGB2005363-
CMYK00.740.680.22
HSL355.92º58.1%49.61%-
HSV(B)355.92º73.5%78.43%-
XYZ25.9915.186.26-
YUV98.09108.2200.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 63 (25% from 255) = 19.94%
R=63.29%
G=16.77%
B=19.94%

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
Decimal200536300.740.680.22355.9258.149.61
HexC8353F04A44161643a32
Octal31065770112104265447262
Binary1100100011010111111101001010100010010110101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8353F; }

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

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

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

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

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

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

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

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