#c31919

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

Shades of Fire Brick #C31919

Tints of Fire Brick #C31919

Color information

#C31919 (or 0xC31919) is unknown color: approx Fire Brick. HEX triplet: C3, 19 and 19. RGB value is (195,25,25). Sum of RGB (Red+Green+Blue) = 195+25+25=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31919 is #3CE6E6. Grayscale: #4C4C4C. Windows color (decimal): -3991271 or 1644995. OLE color: 1644995.

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

Color convert

RGB1952525-
CMYK00.870.870.24
HSL77.27%43.14%-
HSV(B)87.18%76.47%-
XYZ23.0312.372.09-
YUV75.8399.32213-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.59%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=79.59%
G=10.20%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195252500.870.870.24077.2743.14
HexC31919057571804d2b
Octal3033131012712730011553
Binary1100001111001110010101011110101111100001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c31919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c31919; }

 p { color: rgb(195,25,25); }

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

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

 a { background-color: rgb(195,25,25); }

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

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

 span { border-color: rgb(195,25,25); }

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