#C81A17

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

Shades of Fire Brick #C81A17

Tints of Fire Brick #C81A17

Color information

#C81A17 (or 0xC81A17) is unknown color: approx Fire Brick. HEX triplet: C8, 1A and 17. RGB value is (200,26,23). Sum of RGB (Red+Green+Blue) = 200+26+23=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A17 is #37E5E8. Grayscale: #4D4D4D. Windows color (decimal): -3663337 or 1514184. OLE color: 1514184.

HSL color Cylindrical-coordinate representation of color #C81A17: hue angle of 1.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81A17 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB2002623-
CMYK00.870.880.22
HSL1.02º79.37%43.73%-
HSV(B)1.02º88.5%78.43%-
XYZ24.3413.082.05-
YUV77.6897.15215.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 80.32%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=80.32%
G=10.44%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200262300.870.880.221.0279.3743.73
HexC81A17057581614f2c
Octal3103227012713026111754
Binary1100100011010101110101011110110001011011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A17; }

 p { color: rgb(200,26,23); }

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

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

 a { background-color: rgb(200,26,23); }

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

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

 span { border-color: rgb(200,26,23); }

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