#C4181E

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

Shades of Fire Engine Red #C4181E

Tints of Fire Engine Red #C4181E

Color information

#C4181E (or 0xC4181E) is unknown color: approx Fire Engine Red. HEX triplet: C4, 18 and 1E. RGB value is (196,24,30). Sum of RGB (Red+Green+Blue) = 196+24+30=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C4181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4181E is #3BE7E1. Grayscale: #4C4C4C. Windows color (decimal): -3925986 or 1972420. OLE color: 1972420.

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

Color convert

RGB1962430-
CMYK00.880.850.23
HSL357.91º78.18%43.14%-
HSV(B)357.91º87.76%76.86%-
XYZ23.3312.482.41-
YUV76.11101.98213.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 78.4%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 30 (12.11% from 255) = 12%
R=78.4%
G=9.6%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196243000.880.850.23357.9178.1843.14
HexC4181E05855171664e2b
Octal304303601301252754611653
Binary110001001100011110010110001010101101111011001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4181E; }

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

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

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

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

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

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

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

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