#C51C15

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

Shades of Fire Brick #C51C15

Tints of Fire Brick #C51C15

Color information

#C51C15 (or 0xC51C15) is unknown color: approx Fire Brick. HEX triplet: C5, 1C and 15. RGB value is (197,28,21). Sum of RGB (Red+Green+Blue) = 197+28+21=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C15 is #3AE3EA. Grayscale: #4D4D4D. Windows color (decimal): -3859435 or 1383621. OLE color: 1383621.

HSL color Cylindrical-coordinate representation of color #C51C15: hue angle of 2.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51C15 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1972821-
CMYK00.860.890.23
HSL2.39º80.73%42.75%-
HSV(B)2.39º89.34%77.25%-
XYZ23.5812.751.93-
YUV77.7395.99213.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.08%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=80.08%
G=11.38%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197282100.860.890.232.3980.7342.75
HexC51C1505659172512b
Octal3053425012613127212153
Binary11000101111001010101010110101100110111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51C15; }

 p { color: rgb(197,28,21); }

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

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

 a { background-color: rgb(197,28,21); }

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

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

 span { border-color: rgb(197,28,21); }

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