#C7242A

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

Shades of Fire Engine Red #C7242A

Tints of Fire Engine Red #C7242A

Color information

#C7242A (or 0xC7242A) is unknown color: approx Fire Engine Red. HEX triplet: C7, 24 and 2A. RGB value is (199,36,42). Sum of RGB (Red+Green+Blue) = 199+36+42=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7242A is #38DBD5. Grayscale: #555555. Windows color (decimal): -3726294 or 2761927. OLE color: 2761927.

HSL color Cylindrical-coordinate representation of color #C7242A: hue angle of 357.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1993642-
CMYK00.820.790.22
HSL357.79º69.36%46.08%-
HSV(B)357.79º81.91%78.04%-
XYZ24.613.573.51-
YUV85.42103.5209.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.84%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=71.84%
G=13.00%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199364200.820.790.22357.7969.3646.08
HexC7242A0524F16166452e
Octal307445201221172654610556
Binary11000111100100101010010100101001111101101011001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7242A; }

 p { color: rgb(199,36,42); }

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

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

 a { background-color: rgb(199,36,42); }

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

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

 span { border-color: rgb(199,36,42); }

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