#C92F45

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

Shades of Brick Red #C92F45

Tints of Brick Red #C92F45

Color information

#C92F45 (or 0xC92F45) is unknown color: approx Brick Red. HEX triplet: C9, 2F and 45. RGB value is (201,47,69). Sum of RGB (Red+Green+Blue) = 201+47+69=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F45 is #36D0BA. Grayscale: #5F5F5F. Windows color (decimal): -3592379 or 4534217. OLE color: 4534217.

HSL color Cylindrical-coordinate representation of color #C92F45: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F45 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2014769-
CMYK00.770.660.21
HSL351.43º62.1%48.63%-
HSV(B)351.43º76.62%78.82%-
XYZ26.1814.887.12-
YUV95.55113.02203.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.41%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=63.41%
G=14.83%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201476900.770.660.21351.4362.148.63
HexC92F4504D421515f3e31
Octal311571050115102255377661
Binary11001001101111100010101001101100001010101101011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92F45; }

 p { color: rgb(201,47,69); }

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

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

 a { background-color: rgb(201,47,69); }

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

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

 span { border-color: rgb(201,47,69); }

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