#C7152C

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

Shades of Fire Engine Red #C7152C

Tints of Fire Engine Red #C7152C

Color information

#C7152C (or 0xC7152C) is unknown color: approx Fire Engine Red. HEX triplet: C7, 15 and 2C. RGB value is (199,21,44). Sum of RGB (Red+Green+Blue) = 199+21+44=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7152C is #38EAD3. Grayscale: #4C4C4C. Windows color (decimal): -3730132 or 2889159. OLE color: 2889159.

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

Color convert

RGB1992144-
CMYK00.890.780.22
HSL352.25º80.91%43.14%-
HSV(B)352.25º89.45%78.04%-
XYZ24.2812.863.59-
YUV76.84109.47215.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=75.38%
G=7.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199214400.890.780.22352.2580.9143.14
HexC7152C0594E16160512b
Octal307255401311162654012153
Binary1100011110101101100010110011001110101101011000001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7152C; }

 p { color: rgb(199,21,44); }

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

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

 a { background-color: rgb(199,21,44); }

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

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

 span { border-color: rgb(199,21,44); }

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