#c74149

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

Shades of Brick Red #C74149

Tints of Brick Red #C74149

Color information

#C74149 (or 0xC74149) is unknown color: approx Brick Red. HEX triplet: C7, 41 and 49. RGB value is (199,65,73). Sum of RGB (Red+Green+Blue) = 199+65+73=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74149 is #38BEB6. Grayscale: #6A6A6A. Windows color (decimal): -3718839 or 4800967. OLE color: 4800967.

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

Color convert

RGB1996573-
CMYK00.670.630.22
HSL356.42º54.47%51.76%-
HSV(B)356.42º67.34%78.04%-
XYZ26.6516.48.07-
YUV105.98109.39194.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=59.05%
G=19.29%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199657300.670.630.22356.4254.4751.76
HexC741490433F161643634
Octal307101111010377265446664
Binary11000111100000110010010100001111111110110101100100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74149; }

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

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

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

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

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

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

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

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