#C7333E

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

Shades of Brick Red #C7333E

Tints of Brick Red #C7333E

Color information

#C7333E (or 0xC7333E) is unknown color: approx Brick Red. HEX triplet: C7, 33 and 3E. RGB value is (199,51,62). Sum of RGB (Red+Green+Blue) = 199+51+62=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7333E is #38CCC1. Grayscale: #606060. Windows color (decimal): -3722434 or 4076487. OLE color: 4076487.

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

Color convert

RGB1995162-
CMYK00.740.690.22
HSL355.54º59.2%49.02%-
HSV(B)355.54º74.37%78.04%-
XYZ25.6114.866.08-
YUV96.51108.53201.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.78%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=63.78%
G=16.35%
B=19.87%

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
Decimal199516200.740.690.22355.5459.249.02
HexC7333E04A45161643b31
Octal30763760112105265447361
Binary1100011111001111111001001010100010110110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7333E; }

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

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

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

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

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

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

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

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