#C4101E

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

Shades of Fire Engine Red #C4101E

Tints of Fire Engine Red #C4101E

Color information

#C4101E (or 0xC4101E) is unknown color: approx Fire Engine Red. HEX triplet: C4, 10 and 1E. RGB value is (196,16,30). Sum of RGB (Red+Green+Blue) = 196+16+30=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4101E is #3BEFE1. Grayscale: #474747. Windows color (decimal): -3928034 or 1970372. OLE color: 1970372.

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

Color convert

RGB1961630-
CMYK00.920.850.23
HSL355.33º84.91%41.57%-
HSV(B)355.33º91.84%76.86%-
XYZ23.1812.22.36-
YUV71.42104.63216.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.99%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=80.99%
G=6.61%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196163000.920.850.23355.3384.9141.57
HexC4101E05C5517163552a
Octal304203601341252754312552
Binary110001001000011110010111001010101101111011000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4101E; }

 p { color: rgb(196,16,30); }

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

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

 a { background-color: rgb(196,16,30); }

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

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

 span { border-color: rgb(196,16,30); }

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