#C41714

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

Shades of Fire Brick #C41714

Tints of Fire Brick #C41714

Color information

#C41714 (or 0xC41714) is unknown color: approx Fire Brick. HEX triplet: C4, 17 and 14. RGB value is (196,23,20). Sum of RGB (Red+Green+Blue) = 196+23+20=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C41714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41714 is #3BE8EB. Grayscale: #4A4A4A. Windows color (decimal): -3926252 or 1316804. OLE color: 1316804.

HSL color Cylindrical-coordinate representation of color #C41714: hue angle of 1.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41714 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1962320-
CMYK00.880.900.23
HSL1.02º81.48%42.35%-
HSV(B)1.02º89.8%76.86%-
XYZ23.212.41.83-
YUV74.3997.31214.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.01%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=82.01%
G=9.62%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196232000.880.900.231.0281.4842.35
HexC417140585A171512a
Octal3042724013013227112152
Binary1100010010111101000101100010110101011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41714; }

 p { color: rgb(196,23,20); }

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

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

 a { background-color: rgb(196,23,20); }

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

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

 span { border-color: rgb(196,23,20); }

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