#C5251D

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

Shades of Fire Brick #C5251D

Tints of Fire Brick #C5251D

Color information

#C5251D (or 0xC5251D) is unknown color: approx Fire Brick. HEX triplet: C5, 25 and 1D. RGB value is (197,37,29). Sum of RGB (Red+Green+Blue) = 197+37+29=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5251D is #3ADAE2. Grayscale: #545454. Windows color (decimal): -3857123 or 1910213. OLE color: 1910213.

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

Color convert

RGB1973729-
CMYK00.810.850.23
HSL2.86º74.34%44.31%-
HSV(B)2.86º85.28%77.25%-
XYZ23.9113.282.47-
YUV83.9397.01208.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.90%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=74.90%
G=14.07%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197372900.810.850.232.8674.3444.31
HexC5251D051551734a2c
Octal3054535012112527311254
Binary110001011001011110101010001101010110111111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5251D; }

 p { color: rgb(197,37,29); }

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

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

 a { background-color: rgb(197,37,29); }

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

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

 span { border-color: rgb(197,37,29); }

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