#C4141D

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

Shades of Fire Engine Red #C4141D

Tints of Fire Engine Red #C4141D

Color information

#C4141D (or 0xC4141D) is unknown color: approx Fire Engine Red. HEX triplet: C4, 14 and 1D. RGB value is (196,20,29). Sum of RGB (Red+Green+Blue) = 196+20+29=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4141D is #3BEBE2. Grayscale: #494949. Windows color (decimal): -3927011 or 1905860. OLE color: 1905860.

HSL color Cylindrical-coordinate representation of color #C4141D: hue angle of 356.93º 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 #C4141D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1962029-
CMYK00.900.850.23
HSL356.93º81.48%42.35%-
HSV(B)356.93º89.8%76.86%-
XYZ23.2412.322.32-
YUV73.65102.81215.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=80%
G=8.16%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196202900.900.850.23356.9381.4842.35
HexC4141D05A5517165512a
Octal304243501321252754512152
Binary110001001010011101010110101010101101111011001011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4141D; }

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

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

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

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

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

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

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

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