#C91C16

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

Shades of Fire Brick #C91C16

Tints of Fire Brick #C91C16

Color information

#C91C16 (or 0xC91C16) is unknown color: approx Fire Brick. HEX triplet: C9, 1C and 16. RGB value is (201,28,22). Sum of RGB (Red+Green+Blue) = 201+28+22=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C16 is #36E3E9. Grayscale: #4F4F4F. Windows color (decimal): -3597290 or 1449161. OLE color: 1449161.

HSL color Cylindrical-coordinate representation of color #C91C16: hue angle of 2.01º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91C16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2012822-
CMYK00.860.890.21
HSL2.01º80.27%43.73%-
HSV(B)2.01º89.05%78.82%-
XYZ24.6513.312.03-
YUV79.0495.81214.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 80.08%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=80.08%
G=11.16%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201282200.860.890.212.0180.2743.73
HexC91C1605659152502c
Octal3113426012613125212054
Binary11001001111001011001010110101100110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91C16; }

 p { color: rgb(201,28,22); }

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

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

 a { background-color: rgb(201,28,22); }

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

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

 span { border-color: rgb(201,28,22); }

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