#C7141F

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

Shades of Fire Engine Red #C7141F

Tints of Fire Engine Red #C7141F

Color information

#C7141F (or 0xC7141F) is unknown color: approx Fire Engine Red. HEX triplet: C7, 14 and 1F. RGB value is (199,20,31). Sum of RGB (Red+Green+Blue) = 199+20+31=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7141F is #38EBE0. Grayscale: #4A4A4A. Windows color (decimal): -3730401 or 2036935. OLE color: 2036935.

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

Color convert

RGB1992031-
CMYK00.900.840.22
HSL356.31º81.74%42.94%-
HSV(B)356.31º89.95%78.04%-
XYZ24.0512.742.49-
YUV74.78103.3216.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.6%
GREEN value IS 20 (8.20% from 255) = 8%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=79.6%
G=8%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199203100.900.840.22356.3181.7442.94
HexC7141F05A5416164522b
Octal307243701321242654412253
Binary110001111010011111010110101010100101101011001001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7141F; }

 p { color: rgb(199,20,31); }

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

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

 a { background-color: rgb(199,20,31); }

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

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

 span { border-color: rgb(199,20,31); }

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