#C31514

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

Shades of Fire Brick #C31514

Tints of Fire Brick #C31514

Color information

#C31514 (or 0xC31514) is unknown color: approx Fire Brick. HEX triplet: C3, 15 and 14. RGB value is (195,21,20). Sum of RGB (Red+Green+Blue) = 195+21+20=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31514 is #3CEAEB. Grayscale: #494949. Windows color (decimal): -3992300 or 1316291. OLE color: 1316291.

HSL color Cylindrical-coordinate representation of color #C31514: hue angle of 0.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31514 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1952120-
CMYK00.890.900.24
HSL0.34º81.4%42.16%-
HSV(B)0.34º89.74%76.47%-
XYZ22.912.191.81-
YUV72.9198.15215.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.63%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=82.63%
G=8.90%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195212000.890.900.240.3481.442.16
HexC315140595A180512a
Octal3032524013113230012152
Binary1100001110101101000101100110110101100001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31514; }

 p { color: rgb(195,21,20); }

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

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

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

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

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

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

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