#C5161A

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

Shades of Fire Engine Red #C5161A

Tints of Fire Engine Red #C5161A

Color information

#C5161A (or 0xC5161A) is unknown color: approx Fire Engine Red. HEX triplet: C5, 16 and 1A. RGB value is (197,22,26). Sum of RGB (Red+Green+Blue) = 197+22+26=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5161A is #3AE9E5. Grayscale: #4A4A4A. Windows color (decimal): -3860966 or 1709765. OLE color: 1709765.

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

Color convert

RGB1972226-
CMYK00.890.870.23
HSL358.63º79.91%42.94%-
HSV(B)358.63º88.83%77.25%-
XYZ23.512.522.16-
YUV74.78100.48215.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.41%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=80.41%
G=8.98%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197222600.890.870.23358.6379.9142.94
HexC5161A0595717167502b
Octal305263201311272754712053
Binary110001011011011010010110011010111101111011001111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5161A; }

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

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

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

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

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

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

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

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