#C74248

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

Shades of Brick Red #C74248

Tints of Brick Red #C74248

Color information

#C74248 (or 0xC74248) is unknown color: approx Brick Red. HEX triplet: C7, 42 and 48. RGB value is (199,66,72). Sum of RGB (Red+Green+Blue) = 199+66+72=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74248 is #38BDB7. Grayscale: #6A6A6A. Windows color (decimal): -3718584 or 4735687. OLE color: 4735687.

HSL color Cylindrical-coordinate representation of color #C74248: hue angle of 357.29º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74248 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB1996672-
CMYK00.670.640.22
HSL357.29º54.29%51.96%-
HSV(B)357.29º66.83%78.04%-
XYZ26.6716.517.91-
YUV106.45108.56194.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=59.05%
G=19.58%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199667200.670.640.22357.2954.2951.96
HexC7424804340161653634
Octal3071021100103100265456664
Binary110001111000010100100001000011100000010110101100101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74248; }

 p { color: rgb(199,66,72); }

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

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

 a { background-color: rgb(199,66,72); }

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

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

 span { border-color: rgb(199,66,72); }

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