#C5181A

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

Shades of Fire Engine Red #C5181A

Tints of Fire Engine Red #C5181A

Color information

#C5181A (or 0xC5181A) is unknown color: approx Fire Engine Red. HEX triplet: C5, 18 and 1A. RGB value is (197,24,26). Sum of RGB (Red+Green+Blue) = 197+24+26=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5181A is #3AE7E5. Grayscale: #4C4C4C. Windows color (decimal): -3860454 or 1710277. OLE color: 1710277.

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

Color convert

RGB1972426-
CMYK00.880.870.23
HSL359.31º78.28%43.33%-
HSV(B)359.31º87.82%77.25%-
XYZ23.5412.62.17-
YUV75.9699.81214.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 79.76%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=79.76%
G=9.72%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197242600.880.870.23359.3178.2843.33
HexC5181A05857171674e2b
Octal305303201301272754711653
Binary110001011100011010010110001010111101111011001111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5181A; }

 p { color: rgb(197,24,26); }

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

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

 a { background-color: rgb(197,24,26); }

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

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

 span { border-color: rgb(197,24,26); }

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