#C7333F

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

Shades of Brick Red #C7333F

Tints of Brick Red #C7333F

Color information

#C7333F (or 0xC7333F) is unknown color: approx Brick Red. HEX triplet: C7, 33 and 3F. RGB value is (199,51,63). Sum of RGB (Red+Green+Blue) = 199+51+63=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7333F is #38CCC0. Grayscale: #606060. Windows color (decimal): -3722433 or 4142023. OLE color: 4142023.

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

Color convert

RGB1995163-
CMYK00.740.680.22
HSL355.14º59.2%49.02%-
HSV(B)355.14º74.37%78.04%-
XYZ25.6314.876.22-
YUV96.62109.03201.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 63 (25% from 255) = 20.13%
R=63.58%
G=16.29%
B=20.13%

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
Decimal199516300.740.680.22355.1459.249.02
HexC7333F04A44161633b31
Octal30763770112104265437361
Binary1100011111001111111101001010100010010110101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7333F; }

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

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

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

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

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

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

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

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