#C7132B

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

Shades of Fire Engine Red #C7132B

Tints of Fire Engine Red #C7132B

Color information

#C7132B (or 0xC7132B) is unknown color: approx Fire Engine Red. HEX triplet: C7, 13 and 2B. RGB value is (199,19,43). Sum of RGB (Red+Green+Blue) = 199+19+43=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7132B is #38ECD4. Grayscale: #4B4B4B. Windows color (decimal): -3730645 or 2823111. OLE color: 2823111.

HSL color Cylindrical-coordinate representation of color #C7132B: hue angle of 352º 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 #C7132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1991943-
CMYK00.900.780.22
HSL352º82.57%42.75%-
HSV(B)352º90.45%78.04%-
XYZ24.2212.783.48-
YUV75.56109.63216.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 76.25%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=76.25%
G=7.28%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199194300.900.780.2235282.5742.75
HexC7132B05A4E16160532b
Octal307235301321162654012353
Binary1100011110011101011010110101001110101101011000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7132B; }

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

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

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

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

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

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

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

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