#C31711

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

Shades of Fire Brick #C31711

Tints of Fire Brick #C31711

Color information

#C31711 (or 0xC31711) is unknown color: approx Fire Brick. HEX triplet: C3, 17 and 11. RGB value is (195,23,17). Sum of RGB (Red+Green+Blue) = 195+23+17=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31711 is #3CE8EE. Grayscale: #494949. Windows color (decimal): -3991791 or 1120195. OLE color: 1120195.

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

Color convert

RGB1952317-
CMYK00.880.910.24
HSL2.02º83.96%41.57%-
HSV(B)2.02º91.28%76.47%-
XYZ22.9112.261.69-
YUV73.7495.98214.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.98%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=82.98%
G=9.79%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195231700.880.910.242.0283.9641.57
HexC317110585B182542a
Octal3032721013013330212452
Binary11000011101111000101011000101101111000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31711; }

 p { color: rgb(195,23,17); }

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

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

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

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

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

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

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