#C4141A

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

Shades of Fire Engine Red #C4141A

Tints of Fire Engine Red #C4141A

Color information

#C4141A (or 0xC4141A) is unknown color: approx Fire Engine Red. HEX triplet: C4, 14 and 1A. RGB value is (196,20,26). Sum of RGB (Red+Green+Blue) = 196+20+26=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4141A is #3BEBE5. Grayscale: #494949. Windows color (decimal): -3927014 or 1709252. OLE color: 1709252.

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

Color convert

RGB1962026-
CMYK00.900.870.23
HSL357.95º81.48%42.35%-
HSV(B)357.95º89.8%76.86%-
XYZ23.212.312.13-
YUV73.31101.31215.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.99%
GREEN value IS 20 (8.20% from 255) = 8.26%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=80.99%
G=8.26%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196202600.900.870.23357.9581.4842.35
HexC4141A05A5717166512a
Octal304243201321272754612152
Binary110001001010011010010110101010111101111011001101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4141A; }

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

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

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

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

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

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

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

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