#C81515

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

Shades of Fire Brick #C81515

Tints of Fire Brick #C81515

Color information

#C81515 (or 0xC81515) is unknown color: approx Fire Brick. HEX triplet: C8, 15 and 15. RGB value is (200,21,21). Sum of RGB (Red+Green+Blue) = 200+21+21=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81515 is #37EAEA. Grayscale: #4A4A4A. Windows color (decimal): -3664619 or 1381832. OLE color: 1381832.

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

Color convert

RGB2002121-
CMYK00.900.900.22
HSL81%43.33%-
HSV(B)89.5%78.43%-
XYZ24.2212.871.92-
YUV74.5297.8217.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 82.64%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=82.64%
G=8.68%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200212100.900.900.2208143.33
HexC8151505A5A160512b
Octal3102525013213226012153
Binary1100100010101101010101101010110101011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81515; }

 p { color: rgb(200,21,21); }

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

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

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

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

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

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

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