#C7132D

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

Shades of Fire Engine Red #C7132D

Tints of Fire Engine Red #C7132D

Color information

#C7132D (or 0xC7132D) is unknown color: approx Fire Engine Red. HEX triplet: C7, 13 and 2D. RGB value is (199,19,45). Sum of RGB (Red+Green+Blue) = 199+19+45=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7132D is #38ECD2. Grayscale: #4B4B4B. Windows color (decimal): -3730643 or 2954183. OLE color: 2954183.

HSL color Cylindrical-coordinate representation of color #C7132D: hue angle of 351.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1991945-
CMYK00.900.770.22
HSL351.33º82.57%42.75%-
HSV(B)351.33º90.45%78.04%-
XYZ24.2612.83.67-
YUV75.78110.63215.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.67%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=75.67%
G=7.22%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199194500.900.770.22351.3382.5742.75
HexC7132D05A4D1615f532b
Octal307235501321152653712353
Binary1100011110011101101010110101001101101101010111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7132D; }

 p { color: rgb(199,19,45); }

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

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

 a { background-color: rgb(199,19,45); }

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

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

 span { border-color: rgb(199,19,45); }

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