#C73441

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

Shades of Brick Red #C73441

Tints of Brick Red #C73441

Color information

#C73441 (or 0xC73441) is unknown color: approx Brick Red. HEX triplet: C7, 34 and 41. RGB value is (199,52,65). Sum of RGB (Red+Green+Blue) = 199+52+65=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C73441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73441 is #38CBBE. Grayscale: #616161. Windows color (decimal): -3722175 or 4273351. OLE color: 4273351.

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

Color convert

RGB1995265-
CMYK00.740.670.22
HSL354.69º58.57%49.22%-
HSV(B)354.69º73.87%78.04%-
XYZ25.7414.986.54-
YUV97.43109.7200.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=62.97%
G=16.46%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199526500.740.670.22354.6958.5749.22
HexC7344104A43161633b31
Octal307641010112103265437361
Binary11000111110100100000101001010100001110110101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73441; }

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

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

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

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

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

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

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

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