#C51B18

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

Shades of Fire Brick #C51B18

Tints of Fire Brick #C51B18

Color information

#C51B18 (or 0xC51B18) is unknown color: approx Fire Brick. HEX triplet: C5, 1B and 18. RGB value is (197,27,24). Sum of RGB (Red+Green+Blue) = 197+27+24=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51B18 is #3AE4E7. Grayscale: #4D4D4D. Windows color (decimal): -3859688 or 1579973. OLE color: 1579973.

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

Color convert

RGB1972724-
CMYK00.860.880.23
HSL1.04º78.28%43.33%-
HSV(B)1.04º87.82%77.25%-
XYZ23.5812.722.08-
YUV77.4997.82213.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 79.44%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=79.44%
G=10.89%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197272400.860.880.231.0478.2843.33
HexC51B18056581714e2b
Octal3053330012613027111653
Binary1100010111011110000101011010110001011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B18; }

 p { color: rgb(197,27,24); }

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

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

 a { background-color: rgb(197,27,24); }

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

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

 span { border-color: rgb(197,27,24); }

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