#C74147

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

Shades of Brick Red #C74147

Tints of Brick Red #C74147

Color information

#C74147 (or 0xC74147) is unknown color: approx Brick Red. HEX triplet: C7, 41 and 47. RGB value is (199,65,71). Sum of RGB (Red+Green+Blue) = 199+65+71=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74147 is #38BEB8. Grayscale: #696969. Windows color (decimal): -3718841 or 4669895. OLE color: 4669895.

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

Color convert

RGB1996571-
CMYK00.670.640.22
HSL357.31º54.47%51.76%-
HSV(B)357.31º67.34%78.04%-
XYZ26.5816.387.72-
YUV105.75108.39194.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=59.40%
G=19.40%
B=21.19%

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
Decimal199657100.670.640.22357.3154.4751.76
HexC7414704340161653634
Octal3071011070103100265456664
Binary110001111000001100011101000011100000010110101100101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74147; }

 p { color: rgb(199,65,71); }

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

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

 a { background-color: rgb(199,65,71); }

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

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

 span { border-color: rgb(199,65,71); }

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