#C5161B

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

Shades of Fire Engine Red #C5161B

Tints of Fire Engine Red #C5161B

Color information

#C5161B (or 0xC5161B) is unknown color: approx Fire Engine Red. HEX triplet: C5, 16 and 1B. RGB value is (197,22,27). Sum of RGB (Red+Green+Blue) = 197+22+27=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5161B is #3AE9E4. Grayscale: #4B4B4B. Windows color (decimal): -3860965 or 1775301. OLE color: 1775301.

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

Color convert

RGB1972227-
CMYK00.890.860.23
HSL358.29º79.91%42.94%-
HSV(B)358.29º88.83%77.25%-
XYZ23.5112.522.21-
YUV74.9100.98215.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.08%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=80.08%
G=8.94%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197222700.890.860.23358.2979.9142.94
HexC5161B0595617166502b
Octal305263301311262754612053
Binary110001011011011011010110011010110101111011001101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5161B; }

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

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

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

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

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

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

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

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