#C7052E

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

Shades of Fire Engine Red #C7052E

Tints of Fire Engine Red #C7052E

Color information

#C7052E (or 0xC7052E) is unknown color: approx Fire Engine Red. HEX triplet: C7, 05 and 2E. RGB value is (199,5,46). Sum of RGB (Red+Green+Blue) = 199+5+46=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052E is #38FAD1. Grayscale: #434343. Windows color (decimal): -3734226 or 3016135. OLE color: 3016135.

HSL color Cylindrical-coordinate representation of color #C7052E: hue angle of 347.32º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7052E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB199546-
CMYK00.970.770.22
HSL347.32º95.1%40%-
HSV(B)347.32º97.49%78.04%-
XYZ24.112.453.72-
YUV67.68115.77221.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.6%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=79.6%
G=2%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19954600.970.770.22347.3295.140
HexC752E0614D1615b5f28
Octal30755601411152653313750
Binary11000111101101110011000011001101101101010110111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7052E; }

 p { color: rgb(199,5,46); }

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

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

 a { background-color: rgb(199,5,46); }

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

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

 span { border-color: rgb(199,5,46); }

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