#C93841

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

Shades of Brick Red #C93841

Tints of Brick Red #C93841

Color information

#C93841 (or 0xC93841) is unknown color: approx Brick Red. HEX triplet: C9, 38 and 41. RGB value is (201,56,65). Sum of RGB (Red+Green+Blue) = 201+56+65=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93841 is #36C7BE. Grayscale: #646464. Windows color (decimal): -3590079 or 4274377. OLE color: 4274377.

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

Color convert

RGB2015665-
CMYK00.720.680.21
HSL356.28º57.31%50.39%-
HSV(B)356.28º72.14%78.82%-
XYZ26.4615.636.62-
YUV100.38108.04199.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.42%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=62.42%
G=17.39%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201566500.720.680.21356.2857.3150.39
HexC9384104844151643932
Octal311701010110104255447162
Binary11001001111000100000101001000100010010101101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93841; }

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

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

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

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

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

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

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

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