#C8333E

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

Shades of Brick Red #C8333E

Tints of Brick Red #C8333E

Color information

#C8333E (or 0xC8333E) is unknown color: approx Brick Red. HEX triplet: C8, 33 and 3E. RGB value is (200,51,62). Sum of RGB (Red+Green+Blue) = 200+51+62=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333E is #37CCC1. Grayscale: #606060. Windows color (decimal): -3656898 or 4076488. OLE color: 4076488.

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

Color convert

RGB2005162-
CMYK00.740.690.22
HSL355.57º59.36%49.22%-
HSV(B)355.57º74.5%78.43%-
XYZ25.8714.996.09-
YUV96.8108.36201.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.90%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=63.90%
G=16.29%
B=19.81%

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
Decimal200516200.740.690.22355.5759.3649.22
HexC8333E04A45161643b31
Octal31063760112105265447361
Binary1100100011001111111001001010100010110110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8333E; }

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

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

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

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

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

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

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

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