#C31A0E

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

Shades of Fire Brick #C31A0E

Tints of Fire Brick #C31A0E

Color information

#C31A0E (or 0xC31A0E) is unknown color: approx Fire Brick. HEX triplet: C3, 1A and 0E. RGB value is (195,26,14). Sum of RGB (Red+Green+Blue) = 195+26+14=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A0E is #3CE5F1. Grayscale: #4B4B4B. Windows color (decimal): -3991026 or 924355. OLE color: 924355.

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

Color convert

RGB1952614-
CMYK00.870.930.24
HSL3.98º86.6%40.98%-
HSV(B)3.98º92.82%76.47%-
XYZ22.9512.371.59-
YUV75.1693.49213.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.98%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=82.98%
G=11.06%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195261400.870.930.243.9886.640.98
HexC31AE0575D1845729
Octal3033216012713530412751
Binary11000011110101110010101111011101110001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A0E; }

 p { color: rgb(195,26,14); }

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

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

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

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

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

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

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