#C31816

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

Shades of Fire Brick #C31816

Tints of Fire Brick #C31816

Color information

#C31816 (or 0xC31816) is unknown color: approx Fire Brick. HEX triplet: C3, 18 and 16. RGB value is (195,24,22). Sum of RGB (Red+Green+Blue) = 195+24+22=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C31816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31816 is #3CE7E9. Grayscale: #4B4B4B. Windows color (decimal): -3991530 or 1448131. OLE color: 1448131.

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

Color convert

RGB1952422-
CMYK00.880.890.24
HSL0.69º79.72%42.55%-
HSV(B)0.69º88.72%76.47%-
XYZ22.9812.311.92-
YUV74.998.15213.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 80.91%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=80.91%
G=9.96%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195242200.880.890.240.6979.7242.55
HexC3181605859181502b
Octal3033026013013130112053
Binary1100001111000101100101100010110011100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31816; }

 p { color: rgb(195,24,22); }

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

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

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

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

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

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

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