#C93541

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

Shades of Brick Red #C93541

Tints of Brick Red #C93541

Color information

#C93541 (or 0xC93541) is unknown color: approx Brick Red. HEX triplet: C9, 35 and 41. RGB value is (201,53,65). Sum of RGB (Red+Green+Blue) = 201+53+65=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93541 is #36CABE. Grayscale: #626262. Windows color (decimal): -3590847 or 4273609. OLE color: 4273609.

HSL color Cylindrical-coordinate representation of color #C93541: hue angle of 355.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93541 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2015365-
CMYK00.740.680.21
HSL355.14º58.27%49.8%-
HSV(B)355.14º73.63%78.82%-
XYZ26.3115.356.58-
YUV98.62109.03201.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.01%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=63.01%
G=16.61%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201536500.740.680.21355.1458.2749.8
HexC9354104A44151633a32
Octal311651010112104255437262
Binary11001001110101100000101001010100010010101101100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93541; }

 p { color: rgb(201,53,65); }

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

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

 a { background-color: rgb(201,53,65); }

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

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

 span { border-color: rgb(201,53,65); }

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